Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2012-03-19 20:29:01 +0000
committerThomas Watson2012-03-19 20:29:01 +0000
commitd484b47054e316cfbfba61e3178cecc24ac1d378 (patch)
treeae8cdd5198d9f3b1659344be16799abc448ff1f6 /bundles/org.eclipse.equinox.cm.test/META-INF/MANIFEST.MF
parent96b97263b06ccef1ee05dd2957592f640bacb94b (diff)
downloadrt.equinox.bundles-d484b47054e316cfbfba61e3178cecc24ac1d378.tar.gz
rt.equinox.bundles-d484b47054e316cfbfba61e3178cecc24ac1d378.tar.xz
rt.equinox.bundles-d484b47054e316cfbfba61e3178cecc24ac1d378.zip
Diffstat (limited to 'bundles/org.eclipse.equinox.cm.test/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.cm.test/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.cm.test/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.cm.test/META-INF/MANIFEST.MF
index a1b9acaab..93f0f5c04 100644
--- a/bundles/org.eclipse.equinox.cm.test/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.cm.test/META-INF/MANIFEST.MF
@@ -5,8 +5,10 @@ Bundle-SymbolicName: org.eclipse.equinox.cm.test
Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.equinox.cm.test.Activator
Import-Package: junit.framework;version="3.8.1",
+ org.eclipse.equinox.log,
org.osgi.framework;version="1.3.0",
org.osgi.service.cm;version="1.2.0",
org.osgi.service.event;version="1.1.0",
+ org.osgi.service.log;version="1.3.0",
org.osgi.service.packageadmin;version="1.2.0"
Eclipse-LazyStart: true

Back to the top