Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2003-01-06 22:19:50 +0000
committerAlain Magloire2003-01-06 22:19:50 +0000
commit4f9fafb5cd6946999199d8453f3678415f6858eb (patch)
treef40a6c8b84fd1ab9fd72f8319ebf8d0b48509896 /launch/org.eclipse.cdt.launch/build.properties
parent86990a5d11406c350361e2206fe23487aeb30a14 (diff)
downloadorg.eclipse.cdt-4f9fafb5cd6946999199d8453f3678415f6858eb.tar.gz
org.eclipse.cdt-4f9fafb5cd6946999199d8453f3678415f6858eb.tar.xz
org.eclipse.cdt-4f9fafb5cd6946999199d8453f3678415f6858eb.zip
updated
Diffstat (limited to 'launch/org.eclipse.cdt.launch/build.properties')
-rw-r--r--launch/org.eclipse.cdt.launch/build.properties9
1 files changed, 8 insertions, 1 deletions
diff --git a/launch/org.eclipse.cdt.launch/build.properties b/launch/org.eclipse.cdt.launch/build.properties
index 13ab76f7db5..90177f3f0f0 100644
--- a/launch/org.eclipse.cdt.launch/build.properties
+++ b/launch/org.eclipse.cdt.launch/build.properties
@@ -2,5 +2,12 @@ bin.includes = plugin.xml,\
plugin.properties,\
icons/,\
about.html
-src.includes = about.html
+src.includes = plugin.xml,\
+ plugin.properties,\
+ icons/,\
+ about.html
source.cdtlaunch.jar = src/
+javadoc.packages = org.eclipse.cdt.launch.ui.*,\
+ org.eclipse.cdt.launch.sourcelookup*,\
+ org.eclipse.cdt.launch.*
+

Back to the top