Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2011-02-09 22:40:38 +0000
committerpfullbright2011-02-09 22:40:38 +0000
commit770d9fe6ce24bd7fc3406a80ef7d1101e4bcc19a (patch)
treef304927e5280a22585d0e049b10d8e8af941f709 /common/plugins/org.eclipse.jpt.common.eclipselink.core/META-INF/MANIFEST.MF
parent66f5d80f420f692bcd873b041c6c776ad0c954c8 (diff)
downloadwebtools.dali-770d9fe6ce24bd7fc3406a80ef7d1101e4bcc19a.tar.gz
webtools.dali-770d9fe6ce24bd7fc3406a80ef7d1101e4bcc19a.tar.xz
webtools.dali-770d9fe6ce24bd7fc3406a80ef7d1101e4bcc19a.zip
added common eclipselink plugin
Diffstat (limited to 'common/plugins/org.eclipse.jpt.common.eclipselink.core/META-INF/MANIFEST.MF')
-rw-r--r--common/plugins/org.eclipse.jpt.common.eclipselink.core/META-INF/MANIFEST.MF10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/plugins/org.eclipse.jpt.common.eclipselink.core/META-INF/MANIFEST.MF b/common/plugins/org.eclipse.jpt.common.eclipselink.core/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..098e210a38
--- /dev/null
+++ b/common/plugins/org.eclipse.jpt.common.eclipselink.core/META-INF/MANIFEST.MF
@@ -0,0 +1,10 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-Vendor: %providerName
+Bundle-SymbolicName: org.eclipse.jpt.common.eclipselink.core;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
+ org.eclipse.jst.common.project.facet.core;bundle-version="[1.4.200,2.0.0)"

Back to the top