Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2008-09-17 21:15:14 +0000
committerAndrew Niefer2008-09-17 21:15:14 +0000
commitacb0c30d5a11b4b2575792dfeec77c39eff7171a (patch)
treed35f8f2e09772aa0ef1c5d59d09e7dbbc1776f32 /bundles/org.eclipse.equinox.frameworkadmin.test/META-INF
parentec93322b1132837ab3879028705ea053d59f9eb1 (diff)
downloadrt.equinox.p2-acb0c30d5a11b4b2575792dfeec77c39eff7171a.tar.gz
rt.equinox.p2-acb0c30d5a11b4b2575792dfeec77c39eff7171a.tar.xz
rt.equinox.p2-acb0c30d5a11b4b2575792dfeec77c39eff7171a.zip
Util tests and disable access warnings
Diffstat (limited to 'bundles/org.eclipse.equinox.frameworkadmin.test/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
index 4059b9796..65611279e 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.frameworkadmin.test/META-INF/MANIFEST.MF
@@ -5,7 +5,8 @@ Bundle-SymbolicName: org.eclipse.equinox.frameworkadmin.test
Bundle-Version: 1.0.0.qualifier
Require-Bundle: org.junit;bundle-version="3.8.0",
org.eclipse.core.runtime,
- org.eclipse.equinox.frameworkadmin
+ org.eclipse.equinox.frameworkadmin,
+ org.eclipse.equinox.frameworkadmin.equinox;bundle-version="1.0.100"
Bundle-Activator: org.eclipse.equinox.frameworkadmin.tests.Activator
Import-Package: org.osgi.framework;version="1.4.0"
Eclipse-LazyStart: true

Back to the top