Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2009-12-28 18:27:45 +0000
committerMartin Taal2009-12-28 18:27:45 +0000
commitc401b6cb272a27a75c3b98c17774d3c6a309fbc4 (patch)
tree8da7712a43ad12a61540ad93653bcea9a78d4e8c /plugins/org.eclipse.emf.cdo.tests.hibernate/META-INF
parentd42f4bf9a38608f28fc14d9edf27e1dd1318fe56 (diff)
downloadcdo-c401b6cb272a27a75c3b98c17774d3c6a309fbc4.tar.gz
cdo-c401b6cb272a27a75c3b98c17774d3c6a309fbc4.tar.xz
cdo-c401b6cb272a27a75c3b98c17774d3c6a309fbc4.zip
[295160] [Hibernate] Additional changes for annotations in xml
[266457] [Hibernate] Add/Adjust version ranges for all dependencies
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.MF8
1 files changed, 4 insertions, 4 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 857a171c0e..c3007ae3c8 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
@@ -20,7 +20,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
com.mysql.jdbc;bundle-version="5.1.7"
Export-Package: mappings;version="3.0.0",
org.eclipse.emf.cdo.tests.hibernate;version="3.0.0"
-Import-Package: org.eclipse.emf.teneo;version="[1.1.0,2.0.0)",
- org.eclipse.emf.teneo.annotations.pamodel;version="[1.1.0,2.0.0)",
- org.eclipse.emf.teneo.annotations.pamodel.impl;version="[1.1.0,2.0.0)",
- org.eclipse.emf.teneo.annotations.pamodel.util;version="[1.1.0,2.0.0)"
+Import-Package: org.eclipse.emf.teneo;version="[1.1.2,2.0.0)",
+ org.eclipse.emf.teneo.annotations.pamodel;version="[1.1.2,2.0.0)",
+ org.eclipse.emf.teneo.annotations.pamodel.impl;version="[1.1.2,2.0.0)",
+ org.eclipse.emf.teneo.annotations.pamodel.util;version="[1.1.2,2.0.0)"

Back to the top