Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-02-23 08:26:22 +0000
committerEike Stepper2008-02-23 08:26:22 +0000
commitc5a3c052177759f9be3d6694bf16f591ba98208a (patch)
tree3791ce00048eeac3a646888b55120762b3dc75f0 /plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF
parentdf3b1fdd17dfabb7925a02139def2084203a8c2d (diff)
downloadcdo-c5a3c052177759f9be3d6694bf16f591ba98208a.tar.gz
cdo-c5a3c052177759f9be3d6694bf16f591ba98208a.tar.xz
cdo-c5a3c052177759f9be3d6694bf16f591ba98208a.zip
[217117] Develop a HibernateStore
https://bugs.eclipse.org/bugs/show_bug.cgi?id=217117
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF/MANIFEST.MF15
1 files changed, 15 insertions, 0 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
new file mode 100644
index 0000000000..2a151524d4
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF/MANIFEST.MF
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.emf.cdo.tests.hibernate
+Bundle-Version: 0.8.0.qualifier
+Bundle-Activator: org.eclipse.emf.cdo.tests.hibernate.Activator
+Bundle-Vendor: %providerName
+Bundle-ClassPath: .
+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
+Eclipse-LazyStart: true
+Export-Package: org.eclipse.emf.cdo.tests.hibernate

Back to the top