Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2007-09-21 18:53:17 +0000
committerThomas Watson2007-09-21 18:53:17 +0000
commit6e0b1ea2e7f428390fc8322c8820bd168d75a2e6 (patch)
tree923b770f759949a4a7057d69030593356f83e859 /bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF
parent90da1046c654a7e8adb83d26c9eb8e14fc7c3766 (diff)
downloadrt.equinox.framework-6e0b1ea2e7f428390fc8322c8820bd168d75a2e6.tar.gz
rt.equinox.framework-6e0b1ea2e7f428390fc8322c8820bd168d75a2e6.tar.xz
rt.equinox.framework-6e0b1ea2e7f428390fc8322c8820bd168d75a2e6.zip
Bug 204007 [app] need automated tests for application admin
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF
index b1ce8c83d..9206d33a6 100644
--- a/bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.osgi.tests/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core OSGi Tests
-Bundle-SymbolicName: org.eclipse.osgi.tests
+Bundle-SymbolicName: org.eclipse.osgi.tests;singleton:=true
Bundle-Version: 3.4.0
Bundle-ClassPath: osgitests.jar
Bundle-Vendor: Eclipse.org
@@ -13,5 +13,6 @@ Require-Bundle:
org.junit
Eclipse-LazyStart: true
Bundle-Activator: org.eclipse.osgi.tests.OSGiTestsActivator
-Export-Package: org.eclipse.osgi.tests.bundles
+Export-Package: org.eclipse.osgi.tests.bundles,
+ org.eclipse.osgi.tests.appadmin
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top