Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/qompass/codegen/cpp/org.eclipse.papyrus.cpp.codegen/build.properties')
-rw-r--r--extraplugins/qompass/codegen/cpp/org.eclipse.papyrus.cpp.codegen/build.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/extraplugins/qompass/codegen/cpp/org.eclipse.papyrus.cpp.codegen/build.properties b/extraplugins/qompass/codegen/cpp/org.eclipse.papyrus.cpp.codegen/build.properties
new file mode 100644
index 00000000000..143d4e25c7d
--- /dev/null
+++ b/extraplugins/qompass/codegen/cpp/org.eclipse.papyrus.cpp.codegen/build.properties
@@ -0,0 +1,13 @@
+#
+#Tue Mar 26 23:29:07 CET 2013
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml,\
+ plugin.properties,\
+ about.html,\
+ build.acceleo,\
+ src/org/eclipse/papyrus/cpp/codegen/utils/messages.properties
+output..=bin/
+src.includes=about.html
+source..=src/,xtend-gen/
+customBuildCallbacks=build.acceleo

Back to the top