Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.emf.refactor.comrel/build.properties')
-rw-r--r--org.eclipse.emf.refactor.comrel/build.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.emf.refactor.comrel/build.properties b/org.eclipse.emf.refactor.comrel/build.properties
new file mode 100644
index 0000000..575799b
--- /dev/null
+++ b/org.eclipse.emf.refactor.comrel/build.properties
@@ -0,0 +1,17 @@
+
+# <copyright>
+# </copyright>
+#
+# $Id$
+
+bin.includes = .,\
+ model/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties,\
+ schema/,\
+ src/,\
+ bin/
+jars.compile.order = .
+source.. = src/
+output.. = bin/

Back to the top