Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2011-11-01 18:12:35 +0000
committerMartin Taal2011-11-01 18:12:35 +0000
commit97842a213a338601aa158b3d9f995f464bb25681 (patch)
tree5b9a657ccdce9960b252f3bc8dcc09a2626bd711 /core/org.eclipse.emf.teneo.annotations/build.properties
parent709ec105b89258b5e6b27e57cb3deb177529c54c (diff)
downloadorg.eclipse.emf.teneo-97842a213a338601aa158b3d9f995f464bb25681.tar.gz
org.eclipse.emf.teneo-97842a213a338601aa158b3d9f995f464bb25681.tar.xz
org.eclipse.emf.teneo-97842a213a338601aa158b3d9f995f464bb25681.zip
New structure
Diffstat (limited to 'core/org.eclipse.emf.teneo.annotations/build.properties')
-rwxr-xr-xcore/org.eclipse.emf.teneo.annotations/build.properties28
1 files changed, 28 insertions, 0 deletions
diff --git a/core/org.eclipse.emf.teneo.annotations/build.properties b/core/org.eclipse.emf.teneo.annotations/build.properties
new file mode 100755
index 000000000..8c9e2d011
--- /dev/null
+++ b/core/org.eclipse.emf.teneo.annotations/build.properties
@@ -0,0 +1,28 @@
+
+# <copyright>
+# </copyright>
+#
+# $Id: build.properties,v 1.13 2011/01/06 12:47:37 mtaal Exp $
+
+bin.includes = .,\
+ model/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties,\
+ about.html,\
+ copyright.txt,\
+ epl-v10.html,\
+ license.html,\
+ modeling32.png,\
+ about.ini,\
+ about.properties
+jars.compile.order = .
+source.. = src/
+output.. = bin/
+src.includes = about.html,\
+ about.ini,\
+ about.properties,\
+ copyright.txt,\
+ epl-v10.html,\
+ license.html,\
+ modeling32.png

Back to the top