Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2006-01-18 18:16:35 +0000
committerDavid Inglis2006-01-18 18:16:35 +0000
commit58f26dfed6f1873fdc1e6a899773772b9407a11e (patch)
tree9bbe87a18729f14101e39f9807089587f9c0bc0b /doc/org.eclipse.cdt.doc.user
parent314113adb0514e4b50b8a2603d9b28c7a4ff57c4 (diff)
downloadorg.eclipse.cdt-58f26dfed6f1873fdc1e6a899773772b9407a11e.tar.gz
org.eclipse.cdt-58f26dfed6f1873fdc1e6a899773772b9407a11e.tar.xz
org.eclipse.cdt-58f26dfed6f1873fdc1e6a899773772b9407a11e.zip
Fixed build for jar'd plugins
cleaned up .project files
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user')
-rw-r--r--doc/org.eclipse.cdt.doc.user/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/META-INF/MANIFEST.MF b/doc/org.eclipse.cdt.doc.user/META-INF/MANIFEST.MF
index b70a06a1cda..30f737042a0 100644
--- a/doc/org.eclipse.cdt.doc.user/META-INF/MANIFEST.MF
+++ b/doc/org.eclipse.cdt.doc.user/META-INF/MANIFEST.MF
@@ -5,4 +5,4 @@ Bundle-SymbolicName: org.eclipse.cdt.doc.user; singleton:=true
Bundle-Version: 3.1.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Eclipse-AutoStart: true
+Eclipse-LazyStart: true

Back to the top