Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.remoteservice.rest/build.properties')
-rw-r--r--framework/bundles/org.eclipse.ecf.remoteservice.rest/build.properties9
1 files changed, 8 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.remoteservice.rest/build.properties b/framework/bundles/org.eclipse.ecf.remoteservice.rest/build.properties
index 68dc42252..a6c804af9 100644
--- a/framework/bundles/org.eclipse.ecf.remoteservice.rest/build.properties
+++ b/framework/bundles/org.eclipse.ecf.remoteservice.rest/build.properties
@@ -3,5 +3,12 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
bin/,\
- META-INF/dspresent.xml
+ META-INF/dspresent.xml,\
+ plugin.properties,\
+ about.html
source.. = src/
+src.includes = plugin.properties,\
+ META-INF/,\
+ plugin.xml,\
+ src/,\
+ about.html

Back to the top