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:
authorcbrealey2006-03-23 17:51:28 +0000
committercbrealey2006-03-23 17:51:28 +0000
commit89bfb34f079465b26d5c3c06d11430a1bd4761e9 (patch)
tree90281394230ae966d8123f81fcdcf5a4957d5ff6 /bundles/org.eclipse.jst.ws.creation.ui/META-INF/MANIFEST.MF
parent4f28c6aeebdfacecb941ff2976c4d2774110ab26 (diff)
downloadwebtools.webservices-89bfb34f079465b26d5c3c06d11430a1bd4761e9.tar.gz
webtools.webservices-89bfb34f079465b26d5c3c06d11430a1bd4761e9.tar.xz
webtools.webservices-89bfb34f079465b26d5c3c06d11430a1bd4761e9.zip
[133032] Replace Eclipse-AutoStart by Eclipse-LazyStart in manifests
Diffstat (limited to 'bundles/org.eclipse.jst.ws.creation.ui/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.jst.ws.creation.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.jst.ws.creation.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.jst.ws.creation.ui/META-INF/MANIFEST.MF
index 263b52ec0..ad92d1951 100644
--- a/bundles/org.eclipse.jst.ws.creation.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jst.ws.creation.ui/META-INF/MANIFEST.MF
@@ -42,4 +42,4 @@ Require-Bundle: org.eclipse.wst.command.env,
org.eclipse.wst.common.frameworks,
org.eclipse.wst.common.environment,
org.eclipse.wst.common.project.facet.core
-Eclipse-AutoStart: true
+Eclipse-LazyStart: true

Back to the top