aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.report.test/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2012-09-19 21:38:55 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2012-09-19 21:38:55 +0200
commit38bc0eae48274d9381fc5fbc6e75d7211d98ac3f (patch)
tree7d04db7e84ae21807ed610edccf2fca293d6736d /org.jacoco.report.test/META-INF/MANIFEST.MF
parentec38eab43447af2f387862912018db06ca89e7af (diff)
downloadjacoco-38bc0eae48274d9381fc5fbc6e75d7211d98ac3f.tar.gz
Use Import-Package instead of Require-Bundle to express dependencies.
Diffstat (limited to 'org.jacoco.report.test/META-INF/MANIFEST.MF')
-rw-r--r--org.jacoco.report.test/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.jacoco.report.test/META-INF/MANIFEST.MF b/org.jacoco.report.test/META-INF/MANIFEST.MF
index 0870f8bd..99c69378 100644
--- a/org.jacoco.report.test/META-INF/MANIFEST.MF
+++ b/org.jacoco.report.test/META-INF/MANIFEST.MF
@@ -6,5 +6,7 @@ Bundle-Version: 0.5.11.qualifier
Fragment-Host: org.jacoco.report
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
-Require-Bundle: org.junit;bundle-version="[4.8.0,5.0.0)"
+Import-Package: org.jacoco.core.internal.analysis,
+ org.junit;version="[4.8.0,5.0.0)",
+ org.junit.rules;version="[4.8.0,5.0.0)"