Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2007-10-10 02:17:50 +0000
committerDarin Wright2007-10-10 02:17:50 +0000
commit37e0a5674b25d7ab165c7b851c466bf9464e58a0 (patch)
tree788fc3ece66f6ce6ab1cac8f23841e722fb156dc /org.eclipse.debug.examples.ui
parent07f1e796ae8a43d56d3010bd3e85063b318a0ad3 (diff)
downloadeclipse.platform.debug-37e0a5674b25d7ab165c7b851c466bf9464e58a0.tar.gz
eclipse.platform.debug-37e0a5674b25d7ab165c7b851c466bf9464e58a0.tar.xz
eclipse.platform.debug-37e0a5674b25d7ab165c7b851c466bf9464e58a0.zip
updates to build.xml
Diffstat (limited to 'org.eclipse.debug.examples.ui')
-rw-r--r--org.eclipse.debug.examples.ui/build.properties8
1 files changed, 6 insertions, 2 deletions
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