Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2012-05-18 15:19:37 +0000
committerMartin Taal2012-05-18 15:19:37 +0000
commitb1270299d95d6c529e7adc3935f8ee8f9f271cf9 (patch)
treec881fde664ba199ceea31844c192c4abcd03d8dd /hibernate/org.eclipse.emf.teneo.hibernate.eclipse
parent987450df8e8b22bc23f1f37a8fb4741fbcd3c5e6 (diff)
downloadorg.eclipse.emf.teneo-b1270299d95d6c529e7adc3935f8ee8f9f271cf9.tar.gz
org.eclipse.emf.teneo-b1270299d95d6c529e7adc3935f8ee8f9f271cf9.tar.xz
org.eclipse.emf.teneo-b1270299d95d6c529e7adc3935f8ee8f9f271cf9.zip
Work for Teneo 2.0 Hibernate 4.1, removed EclipseLink
Diffstat (limited to 'hibernate/org.eclipse.emf.teneo.hibernate.eclipse')
-rwxr-xr-xhibernate/org.eclipse.emf.teneo.hibernate.eclipse/META-INF/MANIFEST.MF23
1 files changed, 9 insertions, 14 deletions
diff --git a/hibernate/org.eclipse.emf.teneo.hibernate.eclipse/META-INF/MANIFEST.MF b/hibernate/org.eclipse.emf.teneo.hibernate.eclipse/META-INF/MANIFEST.MF
index 2f3a445e2..0cc86a395 100755
--- a/hibernate/org.eclipse.emf.teneo.hibernate.eclipse/META-INF/MANIFEST.MF
+++ b/hibernate/org.eclipse.emf.teneo.hibernate.eclipse/META-INF/MANIFEST.MF
@@ -2,22 +2,17 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.emf.teneo.hibernate.eclipse; singleton:=true
-Bundle-Version: 1.1.2.qualifier
+Bundle-Version: 2.0.0.qualifier
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
-Require-Bundle: org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.emf.common;bundle-version="[2.5.0,3.0.0)",
- org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.jdt.core;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.jdt.launching;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.debug.core;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.emf.teneo;bundle-version="[1.0.0,2.0.0)",
- org.eclipse.emf.teneo.annotations;bundle-version="[1.0.0,2.0.0)",
- org.eclipse.emf.teneo.hibernate;bundle-version="[1.0.0,2.0.0)",
- org.eclipse.emf.teneo.eclipse;bundle-version="[1.0.0,2.0.0)",
- org.eclipse.emf.teneo.hibernate.mapper;bundle-version="[1.0.0,2.0.0)"
+Require-Bundle: org.eclipse.ui;bundle-version="[3.5.0,5.0.0)",
+ org.eclipse.core.runtime;bundle-version="[3.5.0,5.0.0)",
+ org.eclipse.debug.core;bundle-version="[3.5.0,5.0.0)",
+ org.eclipse.emf.teneo;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.emf.teneo.annotations;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.emf.teneo.eclipse;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.hibernate;bundle-version="[2.0.0,3.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.emf.teneo.eclipse.StorePlugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top