Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2008-05-31 01:58:17 +0000
committertle2008-05-31 01:58:17 +0000
commit4a261324b0d467752f2ea402712ec6dfddd0b045 (patch)
tree49819a0f469efc4c06372ba01bff5e485ae07871 /jpa/plugins/org.eclipse.jpt.eclipselink.ui/META-INF
parentd884188fa844f3bf4557c9a15431d4bcac6884e6 (diff)
downloadwebtools.dali-4a261324b0d467752f2ea402712ec6dfddd0b045.tar.gz
webtools.dali-4a261324b0d467752f2ea402712ec6dfddd0b045.tar.xz
webtools.dali-4a261324b0d467752f2ea402712ec6dfddd0b045.zip
234842 - 3 JPT plugins need attention
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.eclipselink.ui/META-INF')
-rw-r--r--jpa/plugins/org.eclipse.jpt.eclipselink.ui/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.eclipselink.ui/META-INF/MANIFEST.MF b/jpa/plugins/org.eclipse.jpt.eclipselink.ui/META-INF/MANIFEST.MF
index f6c286022a..2dc41c7174 100644
--- a/jpa/plugins/org.eclipse.jpt.eclipselink.ui/META-INF/MANIFEST.MF
+++ b/jpa/plugins/org.eclipse.jpt.eclipselink.ui/META-INF/MANIFEST.MF
@@ -1,9 +1,12 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
+Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.eclipselink.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.jpt.eclipselink.ui.internal.JptEclipseLinkUiPlugin
+Bundle-ClassPath: .
+Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.emf.edit.ui;bundle-version="[2.4.0,3.0.0)",
org.eclipse.jpt.utility;bundle-version="[1.2.0,2.0.0)",
@@ -27,4 +30,3 @@ Export-Package: org.eclipse.jpt.eclipselink.ui.internal,
org.eclipse.jpt.eclipselink.ui.internal.platform,
org.eclipse.jpt.eclipselink.ui.internal.schema.generation
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-Vendor: %providerName

Back to the top