aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.ant/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2012-09-20 21:28:17 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2012-09-20 21:28:17 +0200
commit8d9a0dc35282f4d7654cee676f5902a82ca4da9e (patch)
tree35c24883c3cd4994e813551784b82d9d2bbbc4f2 /org.jacoco.ant/META-INF/MANIFEST.MF
parent38bc0eae48274d9381fc5fbc6e75d7211d98ac3f (diff)
downloadjacoco-8d9a0dc35282f4d7654cee676f5902a82ca4da9e.tar.gz
Use "Require-Bundle" for dependency to Ant to allow specification
of version.
Diffstat (limited to 'org.jacoco.ant/META-INF/MANIFEST.MF')
-rw-r--r--org.jacoco.ant/META-INF/MANIFEST.MF7
1 files changed, 2 insertions, 5 deletions
diff --git a/org.jacoco.ant/META-INF/MANIFEST.MF b/org.jacoco.ant/META-INF/MANIFEST.MF
index 7a8c00da..c21e9606 100644
--- a/org.jacoco.ant/META-INF/MANIFEST.MF
+++ b/org.jacoco.ant/META-INF/MANIFEST.MF
@@ -5,11 +5,8 @@ Bundle-SymbolicName: org.jacoco.ant
Bundle-Version: 0.5.11.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG and Contributors
-Import-Package: org.apache.tools.ant,
- org.apache.tools.ant.types,
- org.apache.tools.ant.types.resources,
- org.apache.tools.ant.util,
- org.jacoco.agent,
+Require-Bundle: org.apache.ant;bundle-version="[1.7.0,2.0.0)"
+Import-Package: org.jacoco.agent,
org.jacoco.core.analysis,
org.jacoco.core.data,
org.jacoco.core.runtime,