Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.clients/build.properties')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.clients/build.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.clients/build.properties b/examples/bundles/org.eclipse.ecf.example.clients/build.properties
index a1c01280c..c87f12002 100644
--- a/examples/bundles/org.eclipse.ecf.example.clients/build.properties
+++ b/examples/bundles/org.eclipse.ecf.example.clients/build.properties
@@ -1,8 +1,10 @@
bin.includes = META-INF/,\
plugin.xml,\
- clients.jar
+ clients.jar,\
+ about.html
jars.compile.order = clients.jar
source.clients.jar = src/
output.clients.jar = bin/
src.includes = plugin.xml,\
- META-INF/
+ META-INF/,\
+ about.html

Back to the top