Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'demos/org.eclipse.fx.demo.osgi.di/build.properties')
-rwxr-xr-xdemos/org.eclipse.fx.demo.osgi.di/build.properties8
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/org.eclipse.fx.demo.osgi.di/build.properties b/demos/org.eclipse.fx.demo.osgi.di/build.properties
new file mode 100755
index 000000000..f610e5b07
--- /dev/null
+++ b/demos/org.eclipse.fx.demo.osgi.di/build.properties
@@ -0,0 +1,8 @@
+output.. = bin/
+bin.includes = plugin.xml,\
+ META-INF/,\
+ .,\
+ icons/,\
+ splash.bmp,\
+ OSGI-INF/
+source.. = src/

Back to the top