Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.expressions.editor/build.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.expressions.editor/build.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.expressions.editor/build.properties b/plugins/org.eclipse.emf.cdo.expressions.editor/build.properties
new file mode 100644
index 0000000000..9d0c07221a
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.expressions.editor/build.properties
@@ -0,0 +1,12 @@
+bin.includes = .,\
+ icons/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties,\
+ about.html,\
+ copyright.txt
+output.. = bin
+jars.compile.order = .
+source.. = src/
+src.includes = copyright.txt,\
+ about.html

Back to the top