Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2011-12-06 16:32:49 +0000
committerHenrik Rentz-Reichert2011-12-06 16:32:49 +0000
commit425f2c9759245a5c940863f625f037aefa4b3581 (patch)
tree4171c265a66bd5d9d203a024e5833e9fb8027f0e
parent193c8774c7a16619bba772e2dc35c4ba88e4375d (diff)
downloadorg.eclipse.etrice-425f2c9759245a5c940863f625f037aefa4b3581.tar.gz
org.eclipse.etrice-425f2c9759245a5c940863f625f037aefa4b3581.tar.xz
org.eclipse.etrice-425f2c9759245a5c940863f625f037aefa4b3581.zip
[generator.launch.java] added icon to binary build
-rw-r--r--plugins/org.eclipse.etrice.generator.launch.java/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.generator.launch.java/build.properties b/plugins/org.eclipse.etrice.generator.launch.java/build.properties
index 6f20375d6..285b8bf47 100644
--- a/plugins/org.eclipse.etrice.generator.launch.java/build.properties
+++ b/plugins/org.eclipse.etrice.generator.launch.java/build.properties
@@ -2,4 +2,5 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ plugin.xml,\
+ icons/

Back to the top