aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.ant.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2012-04-08 11:45:12 +0000
committerEvgeny Mandrikov <mandrikov@gmail.com>2012-04-08 11:45:12 +0000
commit61fc8d0c4c458587af80ae580f70376827341b92 (patch)
treed2156a8c58db8685a870b027b8db417b3f204fad /org.jacoco.ant.test
parente72f95d9a7ba7e5aaefdbd4e4dd855a6bb7aaf40 (diff)
downloadjacoco-61fc8d0c4c458587af80ae580f70376827341b92.tar.gz
Trac #197: Use official AntUnit 1.2
Diffstat (limited to 'org.jacoco.ant.test')
-rw-r--r--org.jacoco.ant.test/.classpath1
-rw-r--r--org.jacoco.ant.test/META-INF/MANIFEST.MF2
-rw-r--r--org.jacoco.ant.test/lib/ant-antunit-1.2alpha.jarbin48421 -> 0 bytes
-rw-r--r--org.jacoco.ant.test/pom.xml6
4 files changed, 2 insertions, 7 deletions
diff --git a/org.jacoco.ant.test/.classpath b/org.jacoco.ant.test/.classpath
index 5e28ab49..2d1a4302 100644
--- a/org.jacoco.ant.test/.classpath
+++ b/org.jacoco.ant.test/.classpath
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry exported="true" kind="lib" path="lib/ant-antunit-1.2alpha.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
diff --git a/org.jacoco.ant.test/META-INF/MANIFEST.MF b/org.jacoco.ant.test/META-INF/MANIFEST.MF
index cf940d24..28a61119 100644
--- a/org.jacoco.ant.test/META-INF/MANIFEST.MF
+++ b/org.jacoco.ant.test/META-INF/MANIFEST.MF
@@ -7,5 +7,3 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG and Contributors
Fragment-Host: org.jacoco.ant
Require-Bundle: org.junit4;bundle-version="[4.0.0,5.0.0)"
-Bundle-ClassPath: .,
- lib/ant-antunit-1.2alpha.jar
diff --git a/org.jacoco.ant.test/lib/ant-antunit-1.2alpha.jar b/org.jacoco.ant.test/lib/ant-antunit-1.2alpha.jar
deleted file mode 100644
index 9e1f5180..00000000
--- a/org.jacoco.ant.test/lib/ant-antunit-1.2alpha.jar
+++ /dev/null
Binary files differ
diff --git a/org.jacoco.ant.test/pom.xml b/org.jacoco.ant.test/pom.xml
index c083bde7..bc835a45 100644
--- a/org.jacoco.ant.test/pom.xml
+++ b/org.jacoco.ant.test/pom.xml
@@ -39,10 +39,8 @@
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
- <artifactId>antunit</artifactId>
- <version>1.2-alpha</version>
- <scope>system</scope>
- <systemPath>${basedir}/lib/ant-antunit-1.2alpha.jar</systemPath>
+ <artifactId>ant-antunit</artifactId>
+ <version>1.2</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>