Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorustieber2011-06-01 16:49:08 +0000
committerustieber2011-06-01 16:49:08 +0000
commit8d8a5142fc5e4e9ef2c550482c2a96544d2b0001 (patch)
tree3d320aa705489dadb55a3c2b90fce2c11136cc05
parentd1f5dd857a24432abd07f84088bd9acc85e7c662 (diff)
downloadorg.eclipse.tcf-8d8a5142fc5e4e9ef2c550482c2a96544d2b0001.tar.gz
org.eclipse.tcf-8d8a5142fc5e4e9ef2c550482c2a96544d2b0001.tar.xz
org.eclipse.tcf-8d8a5142fc5e4e9ef2c550482c2a96544d2b0001.zip
Target Explorer: Fix New Target wizard icons not part of the binary deliveries
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.ui/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/target_explorer/plugins/org.eclipse.tm.te.ui/build.properties b/target_explorer/plugins/org.eclipse.tm.te.ui/build.properties
index 30b2fc40b..d24082bdb 100644
--- a/target_explorer/plugins/org.eclipse.tm.te.ui/build.properties
+++ b/target_explorer/plugins/org.eclipse.tm.te.ui/build.properties
@@ -3,4 +3,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.properties,\
- plugin.xml
+ plugin.xml,\
+ icons/

Back to the top