Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'hibernate/org.eclipse.emf.teneo.hibernate.mapper/META-INF/MANIFEST.MF')
-rwxr-xr-xhibernate/org.eclipse.emf.teneo.hibernate.mapper/META-INF/MANIFEST.MF25
1 files changed, 25 insertions, 0 deletions
diff --git a/hibernate/org.eclipse.emf.teneo.hibernate.mapper/META-INF/MANIFEST.MF b/hibernate/org.eclipse.emf.teneo.hibernate.mapper/META-INF/MANIFEST.MF
new file mode 100755
index 000000000..b5d6ac7a4
--- /dev/null
+++ b/hibernate/org.eclipse.emf.teneo.hibernate.mapper/META-INF/MANIFEST.MF
@@ -0,0 +1,25 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Plugin.name
+Bundle-SymbolicName: org.eclipse.emf.teneo.hibernate.mapper;singleton:=true
+Bundle-Version: 1.2.0.qualifier
+Bundle-Localization: plugin
+Eclipse-BuddyPolicy: dependent
+Bundle-Vendor: %Plugin.providerName
+Export-Package: org.eclipse.emf.teneo.hibernate.annotations;version="1.1.2",
+ org.eclipse.emf.teneo.hibernate.cdo;version="1.1.2",
+ org.eclipse.emf.teneo.hibernate.hbannotation;version="1.1.2",
+ org.eclipse.emf.teneo.hibernate.hbannotation.impl;version="1.1.2",
+ org.eclipse.emf.teneo.hibernate.hbannotation.util;version="1.1.2",
+ org.eclipse.emf.teneo.hibernate.hbannotation.validation;version="1.1.2",
+ org.eclipse.emf.teneo.hibernate.hbmodel;version="1.1.2",
+ org.eclipse.emf.teneo.hibernate.hbmodel.impl;version="1.1.2",
+ org.eclipse.emf.teneo.hibernate.hbmodel.util;version="1.1.2",
+ org.eclipse.emf.teneo.hibernate.hbmodel.validation;version="1.1.2",
+ org.eclipse.emf.teneo.hibernate.mapper;version="1.1.2",
+ org.eclipse.emf.teneo.hibernate.mapper.classic;version="1.1.2"
+Require-Bundle: 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.ecore;bundle-version="[2.5.0,3.0.0)"
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Import-Package: org.apache.commons.logging;version="[1.0.0,2.0.0)"

Back to the top