Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2008-02-28 06:03:02 +0000
committerMartin Taal2008-02-28 06:03:02 +0000
commit8a2b7be20fcac709c0db4eb5b87d8368c6833454 (patch)
tree83fafa293f96294ee7b975edc839b65b2d68b1cf /plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF/MANIFEST.MF
parent610c588f732f2a2ca90a0b0d722b7a72e9b4d9c7 (diff)
downloadcdo-8a2b7be20fcac709c0db4eb5b87d8368c6833454.tar.gz
cdo-8a2b7be20fcac709c0db4eb5b87d8368c6833454.tar.xz
cdo-8a2b7be20fcac709c0db4eb5b87d8368c6833454.zip
Extended testcase and set classpaths
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF/MANIFEST.MF5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF/MANIFEST.MF
index 2a151524d4..9d86aff536 100644
--- a/plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
-Bundle-SymbolicName: org.eclipse.emf.cdo.tests.hibernate
+Bundle-SymbolicName: org.eclipse.emf.cdo.tests.hibernate;singleton:=true
Bundle-Version: 0.8.0.qualifier
Bundle-Activator: org.eclipse.emf.cdo.tests.hibernate.Activator
Bundle-Vendor: %providerName
@@ -10,6 +10,7 @@ Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)",
org.eclipse.emf.cdo.tests;bundle-version="[0.8.0,0.9.0)";visibility:=reexport,
- org.eclipse.emf.cdo.server.hibernate;bundle-version="[0.8.0,0.9.0)";visibility:=reexport
+ org.eclipse.emf.cdo.server.hibernate;bundle-version="[0.8.0,0.9.0)";visibility:=reexport,
+ org.eclipse.emf.cdo.server.hibernate.libraries;bundle-version="0.8.0"
Eclipse-LazyStart: true
Export-Package: org.eclipse.emf.cdo.tests.hibernate

Back to the top