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

Back to the top