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 /launch/org.eclipse.cdt.launch/build.properties
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 'launch/org.eclipse.cdt.launch/build.properties')
-rw-r--r--launch/org.eclipse.cdt.launch/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/launch/org.eclipse.cdt.launch/build.properties b/launch/org.eclipse.cdt.launch/build.properties
index df6d49a0a76..829edbe2238 100644
--- a/launch/org.eclipse.cdt.launch/build.properties
+++ b/launch/org.eclipse.cdt.launch/build.properties
@@ -13,9 +13,9 @@ bin.includes = plugin.xml,\
plugin.properties,\
icons/,\
about.html,\
- cdtlaunch.jar,\
+ .,\
META-INF/
javadoc.packages = org.eclipse.cdt.launch.ui.*,\
org.eclipse.cdt.launch.sourcelookup*,\
org.eclipse.cdt.launch.*
-source.cdtlaunch.jar = src/
+source.. = src/

Back to the top