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:
authorrkulp2006-02-06 22:07:00 +0000
committerrkulp2006-02-06 22:07:00 +0000
commit6fc01686c51dc794f4808422c0a1ddde236fa16c (patch)
tree1d3f91ad3a261e5395339051824c684ba26a3e34 /plugins/org.eclipse.jem.util
parent65b4f0ce204e4b14e4b21ecf14525da4e595d67a (diff)
downloadwebtools.common-6fc01686c51dc794f4808422c0a1ddde236fa16c.tar.gz
webtools.common-6fc01686c51dc794f4808422c0a1ddde236fa16c.tar.xz
webtools.common-6fc01686c51dc794f4808422c0a1ddde236fa16c.zip
Got rid of deprecated usage of manifest Eclipse-AutoStart (changed to LazyStart) and got rid of .project project references because JDT/PDE takes care of these automatically and those are deprecated in the .project file.
Diffstat (limited to 'plugins/org.eclipse.jem.util')
-rw-r--r--plugins/org.eclipse.jem.util/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.jem.util/META-INF/MANIFEST.MF b/plugins/org.eclipse.jem.util/META-INF/MANIFEST.MF
index 30f731486..50f056766 100644
--- a/plugins/org.eclipse.jem.util/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.jem.util/META-INF/MANIFEST.MF
@@ -21,4 +21,4 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore,
org.eclipse.emf.ecore.xmi,
org.eclipse.perfmsr.core;resolution:=optional
-Eclipse-AutoStart: true
+Eclipse-LazyStart: true

Back to the top