Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2015-09-08 11:27:01 +0000
committerJuergen Haug2015-09-14 09:28:39 +0000
commit65f678532baa2ec92d2a283cc9d71beda7e9d518 (patch)
treeb145614f55e27699a252f01bc198d72af9ab1c93 /plugins/org.eclipse.etrice.ui.behavior.fsm/build.properties
parent674f49dd4ee544d32e7ffb11fd8e905431be96b8 (diff)
downloadorg.eclipse.etrice-65f678532baa2ec92d2a283cc9d71beda7e9d518.tar.gz
org.eclipse.etrice-65f678532baa2ec92d2a283cc9d71beda7e9d518.tar.xz
org.eclipse.etrice-65f678532baa2ec92d2a283cc9d71beda7e9d518.zip
[core] added data logging trigger + gnuplot generator
Diffstat (limited to 'plugins/org.eclipse.etrice.ui.behavior.fsm/build.properties')
-rw-r--r--plugins/org.eclipse.etrice.ui.behavior.fsm/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.ui.behavior.fsm/build.properties b/plugins/org.eclipse.etrice.ui.behavior.fsm/build.properties
index 79785acae..cab10d177 100644
--- a/plugins/org.eclipse.etrice.ui.behavior.fsm/build.properties
+++ b/plugins/org.eclipse.etrice.ui.behavior.fsm/build.properties
@@ -1,4 +1,5 @@
-source.. = src/
+source.. = src/,\
+ xtend-gen/
output.. = bin/
bin.includes = META-INF/,\
.,\

Back to the top