Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2012-05-21 04:39:02 +0000
committerEike Stepper2012-05-21 04:39:02 +0000
commit840ae1d25617d61b8a72cdd6ae7be75aefc341a4 (patch)
tree5518b81bfc1c369b277faf83bc61ad386cb7211f /plugins/org.eclipse.emf.cdo.examples.hibernate.client
parent4f25e989c838b93a714efb3e6e61dccf85b00252 (diff)
downloadcdo-840ae1d25617d61b8a72cdd6ae7be75aefc341a4.tar.gz
cdo-840ae1d25617d61b8a72cdd6ae7be75aefc341a4.tar.xz
cdo-840ae1d25617d61b8a72cdd6ae7be75aefc341a4.zip
[380042] [Hibernate] upgrade the CDO Hibernate Store to Teneo 2.0 and Hibernate 4.1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380042
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.examples.hibernate.client')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.hibernate.client/META-INF/MANIFEST.MF44
1 files changed, 20 insertions, 24 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.hibernate.client/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.examples.hibernate.client/META-INF/MANIFEST.MF
index 0a5b23a01f..0f5ae0e777 100644
--- a/plugins/org.eclipse.emf.cdo.examples.hibernate.client/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.examples.hibernate.client/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.cdo.examples.hibernate.client
-Bundle-Version: 4.0.0.qualifier
+Bundle-Version: 4.1.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
@@ -12,29 +12,25 @@ Require-Bundle: org.eclipse.emf.cdo;bundle-version="[4.0.0,5.0.0)",
org.eclipse.net4j.tcp;bundle-version="[4.0.0,5.0.0)",
org.eclipse.emf.cdo.examples.company;bundle-version="[4.0.0,5.0.0)",
org.eclipse.core.runtime;bundle-version="3.4.0",
- org.eclipse.emf.cdo.server.hibernate.teneo;bundle-version="[3.0.100,4.0.0)",
- org.eclipse.emf.teneo;bundle-version="[1.2.0,1.3.0)",
- org.eclipse.emf.teneo.hibernate.mapper;bundle-version="[1.2.0,1.3.0)",
- org.eclipse.emf.teneo.annotations;bundle-version="[1.2.0,1.3.0)",
+ org.eclipse.emf.cdo.server.hibernate.teneo;bundle-version="[4.0.0,5.0.0)",
+ org.eclipse.emf.teneo;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.emf.teneo.hibernate.mapper;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.emf.teneo.annotations;bundle-version="[2.0.0,3.0.0)",
org.eclipse.emf.cdo.server.hibernate;bundle-version="[4.0.0,5.0.0)",
org.junit;bundle-version="[4.0.0,5.0.0)"
-Import-Package: org.hibernate;version="[3.6.0,4.0.0)",
- org.hibernate.cfg;version="[3.6.0,4.0.0)",
- org.hibernate.collection;version="[3.6.0,4.0.0)",
- org.hibernate.criterion;version="[3.6.0,4.0.0)",
- org.hibernate.engine;version="[3.6.0,4.0.0)",
- org.hibernate.id;version="[3.6.0,4.0.0)",
- org.hibernate.mapping;version="[3.6.0,4.0.0)",
- org.hibernate.persister.entity;version="[3.6.0,4.0.0)",
- org.hibernate.property;version="[3.6.0,4.0.0)",
- org.hibernate.proxy;version="[3.6.0,4.0.0)",
- org.hibernate.tool.hbm2ddl;version="[3.6.0,4.0.0)",
- org.hibernate.tuple;version="[3.6.0,4.0.0)",
- org.hibernate.tuple.component;version="[3.6.0,4.0.0)",
- org.hibernate.tuple.entity;version="[3.6.0,4.0.0)",
- org.hibernate.type;version="[3.6.0,4.0.0)",
- org.hibernate.usertype;version="[3.6.0,4.0.0)",
- org.hibernate.event;version="[3.6.0,4.0.0)",
- org.hibernate.event.def;version="[3.6.0,4.0.0)",
+Import-Package: org.hibernate;version="[4.0.0,5.0.0)",
+ org.hibernate.cfg;version="[4.0.0,5.0.0)",
+ org.hibernate.engine;version="[4.0.0,5.0.0)",
+ org.hibernate.id;version="[4.0.0,5.0.0)",
+ org.hibernate.mapping;version="[4.0.0,5.0.0)",
+ org.hibernate.persister.entity;version="[4.0.0,5.0.0)",
+ org.hibernate.property;version="[4.0.0,5.0.0)",
+ org.hibernate.proxy;version="[4.0.0,5.0.0)",
+ org.hibernate.tool.hbm2ddl;version="[4.0.0,5.0.0)",
+ org.hibernate.tuple;version="[4.0.0,5.0.0)",
+ org.hibernate.tuple.component;version="[4.0.0,5.0.0)",
+ org.hibernate.tuple.entity;version="[4.0.0,5.0.0)",
+ org.hibernate.type;version="[4.0.0,5.0.0)",
+ org.hibernate.usertype;version="[4.0.0,5.0.0)",
org.apache.commons.logging;version="[1.0.0,2.0.0)"
-Export-Package: org.eclipse.emf.cdo.examples.hibernate.client;version="4.0.0"
+Export-Package: org.eclipse.emf.cdo.examples.hibernate.client;version="4.1.0"

Back to the top