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:
authorlmandel2006-02-27 22:33:24 +0000
committerlmandel2006-02-27 22:33:24 +0000
commitb63f27143f1d064d78807f9b099d2a55c0297716 (patch)
treeaf85ccc101cb68c1034a709208d30cf941069fa1 /bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
parent8f65a5588128ad336344743ce72d5d5246f411b3 (diff)
downloadwebtools.webservices-b63f27143f1d064d78807f9b099d2a55c0297716.tar.gz
webtools.webservices-b63f27143f1d064d78807f9b099d2a55c0297716.tar.xz
webtools.webservices-b63f27143f1d064d78807f9b099d2a55c0297716.zip
[125441] Removed dependency on runtime.compatibility.
Diffstat (limited to 'bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF11
1 files changed, 5 insertions, 6 deletions
diff --git a/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
index 99a75b88e..ffec48694 100644
--- a/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
@@ -3,8 +3,8 @@ Bundle-ManifestVersion: 2
Bundle-Name: %_UI_PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.wst.wsdl.ui; singleton:=true
Bundle-Version: 1.0.1.qualifier
-Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator
-Bundle-Vendor: Eclipse.org
+Bundle-Activator: org.eclipse.wst.wsdl.ui.internal.WSDLEditorPlugin
+Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.wst.wsdl.ui.internal,
org.eclipse.wst.wsdl.ui.internal.actions,
@@ -46,7 +46,6 @@ Export-Package: org.eclipse.wst.wsdl.ui.internal,
org.eclipse.wst.wsdl.ui.internal.xsd.actions,
org.eclipse.wst.wsdl.ui.internal.xsd.graph.editparts
Require-Bundle: org.eclipse.core.resources,
- org.eclipse.core.runtime.compatibility,
org.eclipse.emf.common,
org.eclipse.emf.ecore,
org.eclipse.gef,
@@ -75,6 +74,6 @@ Require-Bundle: org.eclipse.core.resources,
org.eclipse.wst.wsdl.validation,
org.eclipse.ltk.core.refactoring,
org.eclipse.ltk.ui.refactoring,
- com.ibm.icu
-Eclipse-AutoStart: true
-Plugin-Class: org.eclipse.wst.wsdl.ui.internal.WSDLEditorPlugin
+ com.ibm.icu,
+ org.eclipse.core.runtime
+Eclipse-LazyStart: true

Back to the top