Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bundles')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab.editor/build.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab.editor/build.properties b/examples/bundles/org.eclipse.ecf.example.collab.editor/build.properties
index 938f1d808..1faca081f 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab.editor/build.properties
+++ b/examples/bundles/org.eclipse.ecf.example.collab.editor/build.properties
@@ -4,7 +4,11 @@ bin.includes = .,\
about.html,\
plugin.properties,\
plugin.xml
-src.includes = about.html
+src.includes = about.html,\
+ META-INF/,\
+ icons/,\
+ plugin.properties,\
+ plugin.xml
source.. = src/
output.. = bin/

Back to the top