Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.papyrus.examples.restrictedservicecreation/build.properties')
-rw-r--r--examples/org.eclipse.papyrus.examples.restrictedservicecreation/build.properties8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/org.eclipse.papyrus.examples.restrictedservicecreation/build.properties b/examples/org.eclipse.papyrus.examples.restrictedservicecreation/build.properties
new file mode 100644
index 00000000000..c0d503fd9e3
--- /dev/null
+++ b/examples/org.eclipse.papyrus.examples.restrictedservicecreation/build.properties
@@ -0,0 +1,8 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml
+src.includes = src/,\
+ plugin.xml,\
+ build.properties

Back to the top