Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
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
parent86990a5d11406c350361e2206fe23487aeb30a14 (diff)
downloadorg.eclipse.cdt-4f9fafb5cd6946999199d8453f3678415f6858eb.tar.gz
org.eclipse.cdt-4f9fafb5cd6946999199d8453f3678415f6858eb.tar.xz
org.eclipse.cdt-4f9fafb5cd6946999199d8453f3678415f6858eb.zip
updated
Diffstat (limited to 'launch')
-rw-r--r--launch/org.eclipse.cdt.launch/ChangeLog4
-rw-r--r--launch/org.eclipse.cdt.launch/build.properties9
2 files changed, 12 insertions, 1 deletions
diff --git a/launch/org.eclipse.cdt.launch/ChangeLog b/launch/org.eclipse.cdt.launch/ChangeLog
index a9251a02f12..1f899a39ec7 100644
--- a/launch/org.eclipse.cdt.launch/ChangeLog
+++ b/launch/org.eclipse.cdt.launch/ChangeLog
@@ -1,5 +1,9 @@
2003-01-06 Alain Magloire
+ * build.properties: Patch from Judy Green.
+
+2003-01-06 Alain Magloire
+
Add support for variable substitution:
HOME=/foo
MYHOME=${HOME}/bar
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