aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE.md14
-rw-r--r--README.md6
-rw-r--r--jacoco-maven-plugin.test/.gitignore2
-rw-r--r--jacoco-maven-plugin.test/.project2
-rw-r--r--jacoco-maven-plugin/.gitignore2
-rw-r--r--jacoco-maven-plugin/.project2
-rw-r--r--org.jacoco.agent.rt.test/.gitignore2
-rw-r--r--org.jacoco.agent.rt.test/.project2
-rw-r--r--org.jacoco.agent.rt/.gitignore2
-rw-r--r--org.jacoco.agent.rt/.project2
-rw-r--r--org.jacoco.agent.test/.gitignore2
-rw-r--r--org.jacoco.agent.test/.project2
-rw-r--r--org.jacoco.agent/.gitignore3
-rw-r--r--org.jacoco.agent/.project4
-rw-r--r--org.jacoco.ant-nodeps/.gitignore1
-rw-r--r--org.jacoco.ant.test/.gitignore2
-rw-r--r--org.jacoco.ant.test/.project2
-rw-r--r--org.jacoco.ant/.gitignore2
-rw-r--r--org.jacoco.ant/.project2
-rw-r--r--org.jacoco.build/.gitignore1
-rw-r--r--org.jacoco.core.test/.gitignore1
-rw-r--r--org.jacoco.core/.gitignore1
-rw-r--r--org.jacoco.doc/.gitignore1
-rw-r--r--org.jacoco.examples/.gitignore2
-rw-r--r--org.jacoco.examples/.project2
-rw-r--r--org.jacoco.report.test/.gitignore2
-rw-r--r--org.jacoco.report.test/.project2
-rw-r--r--org.jacoco.report/.gitignore2
-rw-r--r--org.jacoco.report/.project2
-rw-r--r--org.jacoco.tests/.gitignore1
30 files changed, 61 insertions, 12 deletions
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 00000000..5bd33dac
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,14 @@
+License
+=======
+
+Copyright (c) 2009, 2012 Mountainminds GmbH & Co. KG and Contributors
+
+The JaCoCo Java Code Coverage Library and all included documentation is made
+available by Mountainminds GmbH & Co. KG, Munich. Except indicated below, the
+Content is provided to you under the terms and conditions of the Eclipse Public
+License Version 1.0 ("EPL"). A copy of the EPL is available at
+[http://www.eclipse.org/legal/epl-v10.html](http://www.eclipse.org/legal/epl-v10.html).
+
+Please visit
+[http://www.eclemma.org/jacoco/trunk/doc/license.html](http://www.eclemma.org/jacoco/trunk/doc/license.html)
+for the complete license information including third party licenses and trademarks. \ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..0731bb74
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+JaCoCo Java Code Coverage Library
+=================================
+
+JaCoCo is a free Java code coverage library distributed under the Eclipse Public
+License. Check [http://www.eclemma.org/jacoco](http://www.eclemma.org/jacoco)
+for downloads, documentation and feedback. \ No newline at end of file
diff --git a/jacoco-maven-plugin.test/.gitignore b/jacoco-maven-plugin.test/.gitignore
new file mode 100644
index 00000000..2c36b173
--- /dev/null
+++ b/jacoco-maven-plugin.test/.gitignore
@@ -0,0 +1,2 @@
+/target
+/.settings
diff --git a/jacoco-maven-plugin.test/.project b/jacoco-maven-plugin.test/.project
index abca6110..0d6860da 100644
--- a/jacoco-maven-plugin.test/.project
+++ b/jacoco-maven-plugin.test/.project
@@ -18,7 +18,7 @@
<link>
<name>.settings</name>
<type>2</type>
- <locationURI>WORKSPACE_LOC/org.jacoco.core.test/.settings</locationURI>
+ <locationURI>PARENT-1-PROJECT_LOC/org.jacoco.core.test/.settings</locationURI>
</link>
</linkedResources>
</projectDescription>
diff --git a/jacoco-maven-plugin/.gitignore b/jacoco-maven-plugin/.gitignore
new file mode 100644
index 00000000..2c36b173
--- /dev/null
+++ b/jacoco-maven-plugin/.gitignore
@@ -0,0 +1,2 @@
+/target
+/.settings
diff --git a/jacoco-maven-plugin/.project b/jacoco-maven-plugin/.project
index 6049ef46..568b92c8 100644
--- a/jacoco-maven-plugin/.project
+++ b/jacoco-maven-plugin/.project
@@ -24,7 +24,7 @@
<link>
<name>.settings</name>
<type>2</type>
- <locationURI>WORKSPACE_LOC/org.jacoco.core/.settings</locationURI>
+ <locationURI>PARENT-1-PROJECT_LOC/org.jacoco.core/.settings</locationURI>
</link>
</linkedResources>
</projectDescription>
diff --git a/org.jacoco.agent.rt.test/.gitignore b/org.jacoco.agent.rt.test/.gitignore
new file mode 100644
index 00000000..2c36b173
--- /dev/null
+++ b/org.jacoco.agent.rt.test/.gitignore
@@ -0,0 +1,2 @@
+/target
+/.settings
diff --git a/org.jacoco.agent.rt.test/.project b/org.jacoco.agent.rt.test/.project
index 7d7228a0..9724a8cf 100644
--- a/org.jacoco.agent.rt.test/.project
+++ b/org.jacoco.agent.rt.test/.project
@@ -29,7 +29,7 @@
<link>
<name>.settings</name>
<type>2</type>
- <locationURI>WORKSPACE_LOC/org.jacoco.core.test/.settings</locationURI>
+ <locationURI>PARENT-1-PROJECT_LOC/org.jacoco.core.test/.settings</locationURI>
</link>
</linkedResources>
</projectDescription>
diff --git a/org.jacoco.agent.rt/.gitignore b/org.jacoco.agent.rt/.gitignore
new file mode 100644
index 00000000..2c36b173
--- /dev/null
+++ b/org.jacoco.agent.rt/.gitignore
@@ -0,0 +1,2 @@
+/target
+/.settings
diff --git a/org.jacoco.agent.rt/.project b/org.jacoco.agent.rt/.project
index 244aab8e..8a8eb360 100644
--- a/org.jacoco.agent.rt/.project
+++ b/org.jacoco.agent.rt/.project
@@ -29,7 +29,7 @@
<link>
<name>.settings</name>
<type>2</type>
- <locationURI>WORKSPACE_LOC/org.jacoco.core/.settings</locationURI>
+ <locationURI>PARENT-1-PROJECT_LOC/org.jacoco.core/.settings</locationURI>
</link>
</linkedResources>
</projectDescription>
diff --git a/org.jacoco.agent.test/.gitignore b/org.jacoco.agent.test/.gitignore
new file mode 100644
index 00000000..2c36b173
--- /dev/null
+++ b/org.jacoco.agent.test/.gitignore
@@ -0,0 +1,2 @@
+/target
+/.settings
diff --git a/org.jacoco.agent.test/.project b/org.jacoco.agent.test/.project
index 302096eb..4f93c878 100644
--- a/org.jacoco.agent.test/.project
+++ b/org.jacoco.agent.test/.project
@@ -29,7 +29,7 @@
<link>
<name>.settings</name>
<type>2</type>
- <locationURI>WORKSPACE_LOC/org.jacoco.core.test/.settings</locationURI>
+ <locationURI>PARENT-1-PROJECT_LOC/org.jacoco.core.test/.settings</locationURI>
</link>
</linkedResources>
</projectDescription>
diff --git a/org.jacoco.agent/.gitignore b/org.jacoco.agent/.gitignore
new file mode 100644
index 00000000..aea0444c
--- /dev/null
+++ b/org.jacoco.agent/.gitignore
@@ -0,0 +1,3 @@
+/target
+/.settings
+/src/jacocoagent.jar
diff --git a/org.jacoco.agent/.project b/org.jacoco.agent/.project
index ad2a59cd..5cefef4e 100644
--- a/org.jacoco.agent/.project
+++ b/org.jacoco.agent/.project
@@ -29,12 +29,12 @@
<link>
<name>src/jacocoagent.jar</name>
<type>1</type>
- <locationURI>WORKSPACE_LOC/org.jacoco.agent/target/classes/jacocoagent.jar</locationURI>
+ <locationURI>PARENT-1-PROJECT_LOC/org.jacoco.agent/target/classes/jacocoagent.jar</locationURI>
</link>
<link>
<name>.settings</name>
<type>2</type>
- <locationURI>WORKSPACE_LOC/org.jacoco.core/.settings</locationURI>
+ <locationURI>PARENT-1-PROJECT_LOC/org.jacoco.core/.settings</locationURI>
</link>
</linkedResources>
</projectDescription>
diff --git a/org.jacoco.ant-nodeps/.gitignore b/org.jacoco.ant-nodeps/.gitignore
new file mode 100644
index 00000000..ea8c4bf7
--- /dev/null
+++ b/org.jacoco.ant-nodeps/.gitignore
@@ -0,0 +1 @@
+/target
diff --git a/org.jacoco.ant.test/.gitignore b/org.jacoco.ant.test/.gitignore
new file mode 100644
index 00000000..2c36b173
--- /dev/null
+++ b/org.jacoco.ant.test/.gitignore
@@ -0,0 +1,2 @@
+/target
+/.settings
diff --git a/org.jacoco.ant.test/.project b/org.jacoco.ant.test/.project
index 448114df..43ab69d3 100644
--- a/org.jacoco.ant.test/.project
+++ b/org.jacoco.ant.test/.project
@@ -35,7 +35,7 @@
<link>
<name>.settings</name>
<type>2</type>
- <locationURI>WORKSPACE_LOC/org.jacoco.core.test/.settings</locationURI>
+ <locationURI>PARENT-1-PROJECT_LOC/org.jacoco.core.test/.settings</locationURI>
</link>
</linkedResources>
</projectDescription>
diff --git a/org.jacoco.ant/.gitignore b/org.jacoco.ant/.gitignore
new file mode 100644
index 00000000..2c36b173
--- /dev/null
+++ b/org.jacoco.ant/.gitignore
@@ -0,0 +1,2 @@
+/target
+/.settings
diff --git a/org.jacoco.ant/.project b/org.jacoco.ant/.project
index 7a3090e2..0509a44f 100644
--- a/org.jacoco.ant/.project
+++ b/org.jacoco.ant/.project
@@ -29,7 +29,7 @@
<link>
<name>.settings</name>
<type>2</type>
- <locationURI>WORKSPACE_LOC/org.jacoco.core/.settings</locationURI>
+ <locationURI>PARENT-1-PROJECT_LOC/org.jacoco.core/.settings</locationURI>
</link>
</linkedResources>
</projectDescription>
diff --git a/org.jacoco.build/.gitignore b/org.jacoco.build/.gitignore
new file mode 100644
index 00000000..ea8c4bf7
--- /dev/null
+++ b/org.jacoco.build/.gitignore
@@ -0,0 +1 @@
+/target
diff --git a/org.jacoco.core.test/.gitignore b/org.jacoco.core.test/.gitignore
new file mode 100644
index 00000000..ea8c4bf7
--- /dev/null
+++ b/org.jacoco.core.test/.gitignore
@@ -0,0 +1 @@
+/target
diff --git a/org.jacoco.core/.gitignore b/org.jacoco.core/.gitignore
new file mode 100644
index 00000000..ea8c4bf7
--- /dev/null
+++ b/org.jacoco.core/.gitignore
@@ -0,0 +1 @@
+/target
diff --git a/org.jacoco.doc/.gitignore b/org.jacoco.doc/.gitignore
new file mode 100644
index 00000000..ea8c4bf7
--- /dev/null
+++ b/org.jacoco.doc/.gitignore
@@ -0,0 +1 @@
+/target
diff --git a/org.jacoco.examples/.gitignore b/org.jacoco.examples/.gitignore
new file mode 100644
index 00000000..2c36b173
--- /dev/null
+++ b/org.jacoco.examples/.gitignore
@@ -0,0 +1,2 @@
+/target
+/.settings
diff --git a/org.jacoco.examples/.project b/org.jacoco.examples/.project
index 25abf02f..9fca0d2d 100644
--- a/org.jacoco.examples/.project
+++ b/org.jacoco.examples/.project
@@ -29,7 +29,7 @@
<link>
<name>.settings</name>
<type>2</type>
- <locationURI>WORKSPACE_LOC/org.jacoco.core/.settings</locationURI>
+ <locationURI>PARENT-1-PROJECT_LOC/org.jacoco.core/.settings</locationURI>
</link>
</linkedResources>
</projectDescription>
diff --git a/org.jacoco.report.test/.gitignore b/org.jacoco.report.test/.gitignore
new file mode 100644
index 00000000..2c36b173
--- /dev/null
+++ b/org.jacoco.report.test/.gitignore
@@ -0,0 +1,2 @@
+/target
+/.settings
diff --git a/org.jacoco.report.test/.project b/org.jacoco.report.test/.project
index 7b828ca2..bbd4a684 100644
--- a/org.jacoco.report.test/.project
+++ b/org.jacoco.report.test/.project
@@ -29,7 +29,7 @@
<link>
<name>.settings</name>
<type>2</type>
- <locationURI>WORKSPACE_LOC/org.jacoco.core.test/.settings</locationURI>
+ <locationURI>PARENT-1-PROJECT_LOC/org.jacoco.core.test/.settings</locationURI>
</link>
</linkedResources>
</projectDescription>
diff --git a/org.jacoco.report/.gitignore b/org.jacoco.report/.gitignore
new file mode 100644
index 00000000..2c36b173
--- /dev/null
+++ b/org.jacoco.report/.gitignore
@@ -0,0 +1,2 @@
+/target
+/.settings
diff --git a/org.jacoco.report/.project b/org.jacoco.report/.project
index e3dbc44b..076a97a3 100644
--- a/org.jacoco.report/.project
+++ b/org.jacoco.report/.project
@@ -29,7 +29,7 @@
<link>
<name>.settings</name>
<type>2</type>
- <locationURI>WORKSPACE_LOC/org.jacoco.core/.settings</locationURI>
+ <locationURI>PARENT-1-PROJECT_LOC/org.jacoco.core/.settings</locationURI>
</link>
</linkedResources>
</projectDescription>
diff --git a/org.jacoco.tests/.gitignore b/org.jacoco.tests/.gitignore
new file mode 100644
index 00000000..ea8c4bf7
--- /dev/null
+++ b/org.jacoco.tests/.gitignore
@@ -0,0 +1 @@
+/target