Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2007-10-10 02:17:50 +0000
committerDarin Wright2007-10-10 02:17:50 +0000
commit37e0a5674b25d7ab165c7b851c466bf9464e58a0 (patch)
tree788fc3ece66f6ce6ab1cac8f23841e722fb156dc
parent07f1e796ae8a43d56d3010bd3e85063b318a0ad3 (diff)
downloadeclipse.platform.debug-37e0a5674b25d7ab165c7b851c466bf9464e58a0.tar.gz
eclipse.platform.debug-37e0a5674b25d7ab165c7b851c466bf9464e58a0.tar.xz
eclipse.platform.debug-37e0a5674b25d7ab165c7b851c466bf9464e58a0.zip
updates to build.xml
-rw-r--r--org.eclipse.debug.examples.core/build.properties2
-rw-r--r--org.eclipse.debug.examples.ui/build.properties8
2 files changed, 8 insertions, 2 deletions
diff --git a/org.eclipse.debug.examples.core/build.properties b/org.eclipse.debug.examples.core/build.properties
index bc583f953..49493c178 100644
--- a/org.eclipse.debug.examples.core/build.properties
+++ b/org.eclipse.debug.examples.core/build.properties
@@ -16,3 +16,5 @@ bin.includes = plugin.xml,\
META-INF/,\
about.html,\
.
+src.includes = about.html,\
+ src/
diff --git a/org.eclipse.debug.examples.ui/build.properties b/org.eclipse.debug.examples.ui/build.properties
index 3b3d36c80..0fb5122be 100644
--- a/org.eclipse.debug.examples.ui/build.properties
+++ b/org.eclipse.debug.examples.ui/build.properties
@@ -4,5 +4,9 @@ bin.includes = plugin.xml,\
bin/,\
about.html,\
META-INF/,\
- .
-src.includes = src/
+ .,\
+ icons/
+src.includes = src/,\
+ about.html,\
+ icons/,\
+ plugin.xml

Back to the top