Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF')
-rw-r--r--build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF
index 8b5d131a493..9938b15a71d 100644
--- a/build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF
+++ b/build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.make.ui; singleton:=true
Bundle-Version: 3.1.0.qualifier
-Bundle-ClassPath: cdtmakeui.jar
Bundle-Activator: org.eclipse.cdt.make.internal.ui.MakeUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -33,4 +32,4 @@ Require-Bundle: org.eclipse.ui.ide,
org.eclipse.cdt.make.core,
org.eclipse.core.runtime,
org.eclipse.debug.ui
-Eclipse-AutoStart: true
+Eclipse-LazyStart: true

Back to the top