Skip to main content
summaryrefslogtreecommitdiffstats
path: root/doc
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
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')
-rw-r--r--doc/org.eclipse.cdt.doc.isv/META-INF/MANIFEST.MF2
-rw-r--r--doc/org.eclipse.cdt.doc.user/META-INF/MANIFEST.MF2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/org.eclipse.cdt.doc.isv/META-INF/MANIFEST.MF b/doc/org.eclipse.cdt.doc.isv/META-INF/MANIFEST.MF
index 7f2c564d871..8ab2a4dca5d 100644
--- a/doc/org.eclipse.cdt.doc.isv/META-INF/MANIFEST.MF
+++ b/doc/org.eclipse.cdt.doc.isv/META-INF/MANIFEST.MF
@@ -5,4 +5,4 @@ Bundle-SymbolicName: org.eclipse.cdt.doc.isv; singleton:=true
Bundle-Version: 3.1.0.qualifier
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help
-Eclipse-AutoStart: true
+Eclipse-LazyStart: true
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