Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-04-07 07:36:37 +0000
committerEike Stepper2008-04-07 07:36:37 +0000
commit410ae2f900079eec96d8a12a47168af155524fd1 (patch)
tree9c5f9929bb367114835c3e32418cf4a32df841a2 /plugins/org.eclipse.emf.cdo.tests.model2/build.properties
parentd6666f6486155c13157ee129acbbd9398c4bad94 (diff)
downloadcdo-410ae2f900079eec96d8a12a47168af155524fd1.tar.gz
cdo-410ae2f900079eec96d8a12a47168af155524fd1.tar.xz
cdo-410ae2f900079eec96d8a12a47168af155524fd1.zip
Added Test Model2
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.model2/build.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.model2/build.properties18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.model2/build.properties b/plugins/org.eclipse.emf.cdo.tests.model2/build.properties
new file mode 100644
index 0000000000..4dba463c47
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.tests.model2/build.properties
@@ -0,0 +1,18 @@
+
+# <copyright>
+# </copyright>
+#
+# $Id: build.properties,v 1.1 2008-04-07 07:36:36 estepper Exp $
+
+bin.includes = .,\
+ model/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties,\
+ copyright.txt,\
+ epl-v10.html,\
+ license.html,\
+ about.html
+jars.compile.order = .
+source.. = src/
+output.. = bin/

Back to the top