Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.core.genmodel/build.properties')
-rw-r--r--plugins/org.eclipse.etrice.core.genmodel/build.properties14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.core.genmodel/build.properties b/plugins/org.eclipse.etrice.core.genmodel/build.properties
new file mode 100644
index 000000000..1a3a48b22
--- /dev/null
+++ b/plugins/org.eclipse.etrice.core.genmodel/build.properties
@@ -0,0 +1,14 @@
+
+# <copyright>
+# </copyright>
+#
+# $Id$
+
+bin.includes = .,\
+ model/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties
+jars.compile.order = .
+source.. = src/
+output.. = bin/

Back to the top