Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.examples.loadbalancing.ds.consumer/build.properties')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.loadbalancing.ds.consumer/build.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.loadbalancing.ds.consumer/build.properties b/examples/bundles/org.eclipse.ecf.examples.loadbalancing.ds.consumer/build.properties
new file mode 100644
index 000000000..4c1d3c1a4
--- /dev/null
+++ b/examples/bundles/org.eclipse.ecf.examples.loadbalancing.ds.consumer/build.properties
@@ -0,0 +1,7 @@
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ OSGI-INF/dataprocessorclient.xml,\
+ plugin.xml,\
+ bundle.properties
+source.. = src/

Back to the top