Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-11-01 18:32:25 +0000
committerMichael Valenta2005-11-01 18:32:25 +0000
commitd60e54d3694356c33a8d9bb2d8245ab8aa05879a (patch)
tree72659835d6f187fcf0189a425fc735b3df185d1d /bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF
parent90ca1673ee1d22c93ef6cc8954ff413c4d723f54 (diff)
downloadeclipse.platform.team-d60e54d3694356c33a8d9bb2d8245ab8aa05879a.tar.gz
eclipse.platform.team-d60e54d3694356c33a8d9bb2d8245ab8aa05879a.tar.xz
eclipse.platform.team-d60e54d3694356c33a8d9bb2d8245ab8aa05879a.zip
Fixed a bunch of warnings using quickfix
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF
index 558001cf8..3ce8311c8 100644
--- a/bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.team.cvs.ui/META-INF/MANIFEST.MF
@@ -29,4 +29,4 @@ Require-Bundle: org.eclipse.ui.ide;resolution:=optional,
org.eclipse.team.ui,
org.eclipse.team.cvs.core,
org.eclipse.compare
-Eclipse-AutoStart: true
+Eclipse-LazyStart: true

Back to the top