Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2011-02-25 20:46:36 +0000
committerpfullbright2011-02-25 20:46:36 +0000
commit5c2c8b97caca2250a85476095c6c9fa2be88f8a4 (patch)
treef366c4674d1c3347b846b9b230cc0c434eb94aa5 /jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/META-INF
parent80617f83784aa681fe4086db5ba05fdba32c2a05 (diff)
downloadwebtools.dali-5c2c8b97caca2250a85476095c6c9fa2be88f8a4.tar.gz
webtools.dali-5c2c8b97caca2250a85476095c6c9fa2be88f8a4.tar.xz
webtools.dali-5c2c8b97caca2250a85476095c6c9fa2be88f8a4.zip
added jaxb eclipselink core/ui plugins
Diffstat (limited to 'jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/META-INF')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/META-INF/MANIFEST.MF22
1 files changed, 22 insertions, 0 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/META-INF/MANIFEST.MF b/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..c20c179de3
--- /dev/null
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.core/META-INF/MANIFEST.MF
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-Vendor: %providerName
+Bundle-SymbolicName: org.eclipse.jpt.jaxb.eclipselink.core;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-Activator: org.eclipse.jpt.jaxb.eclipselink.core.JptJaxbEclipseLinkCorePlugin
+Bundle-ActivationPolicy: lazy
+Bundle-ClassPath: .
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
+ org.eclipse.jdt.core;bundle-version="[3.7.0,4.0.0)",
+ org.eclipse.jpt.common.core;bundle-version="[1.0.0,2.0.0)",
+ org.eclipse.jpt.common.eclipselink.core;bundle-version="[1.0.0,2.0.0)",
+ org.eclipse.jpt.common.utility;bundle-version="[2.0.0,3.0.0)",
+ org.eclipse.jpt.jaxb.core;bundle-version="[1.0.0,2.0.0)",
+ org.eclipse.jst.common.project.facet.core;bundle-version="[1.4.200,2.0.0)",
+ org.eclipse.jst.j2ee;bundle-version="[1.1.500,2.0.0)"
+Export-Package: org.eclipse.jpt.jaxb.eclipselink.core,
+ org.eclipse.jpt.jaxb.eclipselink.core.internal.libval,
+ org.eclipse.jpt.jaxb.eclipselink.core.internal.v2_3

Back to the top