Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.mango/build.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.mango/build.properties18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.mango/build.properties b/plugins/org.eclipse.emf.cdo.tests.mango/build.properties
new file mode 100644
index 0000000000..83cbbca02b
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.tests.mango/build.properties
@@ -0,0 +1,18 @@
+
+# <copyright>
+# </copyright>
+#
+# $Id: build.properties,v 1.1 2008-01-30 08:58:25 estepper Exp $
+
+bin.includes = .,\
+ model/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties,\
+ about.html,\
+ copyright.txt,\
+ epl-v10.html,\
+ license.html
+jars.compile.order = .
+source.. = src/
+output.. = bin/

Back to the top