Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice.async/build.properties')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.async/build.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.async/build.properties b/examples/bundles/com.mycorp.examples.timeservice.async/build.properties
index 34d2e4d2d..9cbab3c13 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.async/build.properties
+++ b/examples/bundles/com.mycorp.examples.timeservice.async/build.properties
@@ -1,4 +1,6 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ about.html
+src.includes = about.html

Back to the top