Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-10-16 06:31:40 +0000
committerslewis2007-10-16 06:31:40 +0000
commit839086246b6e3d41d5c33ab644c6693ef4ae08c8 (patch)
tree7b0366bbe3f8da2f2b08e0a1d3456b8d9a179e3b
parentff24bc6d212a3c8247e63f5db60c3841218485ad (diff)
downloadorg.eclipse.ecf-839086246b6e3d41d5c33ab644c6693ef4ae08c8.tar.gz
org.eclipse.ecf-839086246b6e3d41d5c33ab644c6693ef4ae08c8.tar.xz
org.eclipse.ecf-839086246b6e3d41d5c33ab644c6693ef4ae08c8.zip
Fixes for source build
-rw-r--r--framework/bundles/org.eclipse.ecf.presence.bot/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.presence.bot/build.properties b/framework/bundles/org.eclipse.ecf.presence.bot/build.properties
index 49a20368c..c6c1aabf1 100644
--- a/framework/bundles/org.eclipse.ecf.presence.bot/build.properties
+++ b/framework/bundles/org.eclipse.ecf.presence.bot/build.properties
@@ -7,5 +7,8 @@ bin.includes = META-INF/,\
schema/,\
about.html
src.includes = schema/,\
- about.html
+ about.html,\
+ META-INF/,\
+ plugin.properties,\
+ plugin.xml

Back to the top