Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice.host/build.properties')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.host/build.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.host/build.properties b/examples/bundles/com.mycorp.examples.timeservice.host/build.properties
index d24b1491e..621e99db1 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.host/build.properties
+++ b/examples/bundles/com.mycorp.examples.timeservice.host/build.properties
@@ -2,5 +2,7 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- launch/
-src.includes = launch/
+ launch/,\
+ about.html
+src.includes = launch/,\
+ about.html

Back to the top