Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/build.properties')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/build.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/build.properties b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/build.properties
new file mode 100644
index 000000000..529e35c21
--- /dev/null
+++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/build.properties
@@ -0,0 +1,10 @@
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ OSGI-INF/timeservicecomponentasync.xml,\
+ OSGI-INF/,\
+ launch/,\
+ about.html
+source.. = src/
+src.includes = launch/,\
+ about.html

Back to the top