Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/qompass/codegen/java/org.eclipse.papyrus.java.profile.edit/build.properties')
-rw-r--r--extraplugins/qompass/codegen/java/org.eclipse.papyrus.java.profile.edit/build.properties16
1 files changed, 16 insertions, 0 deletions
diff --git a/extraplugins/qompass/codegen/java/org.eclipse.papyrus.java.profile.edit/build.properties b/extraplugins/qompass/codegen/java/org.eclipse.papyrus.java.profile.edit/build.properties
new file mode 100644
index 00000000000..890b147293b
--- /dev/null
+++ b/extraplugins/qompass/codegen/java/org.eclipse.papyrus.java.profile.edit/build.properties
@@ -0,0 +1,16 @@
+
+# <copyright>
+# </copyright>
+#
+# $Id$
+
+bin.includes = .,\
+ icons/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties,\
+ about.html
+jars.compile.order = .
+source.. = src/
+output.. = bin/
+src.includes = about.html

Back to the top