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

Back to the top