Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-10-16 06:31:29 +0000
committerslewis2007-10-16 06:31:29 +0000
commite44389e81d7763722c1d27d827765c17c8577493 (patch)
tree46c7efe8cf3cb0a7886ba4262177a418ee77024f /incubation
parent798adf15f8d3e745eb8580ba33bd7b385552c958 (diff)
downloadorg.eclipse.ecf-e44389e81d7763722c1d27d827765c17c8577493.tar.gz
org.eclipse.ecf-e44389e81d7763722c1d27d827765c17c8577493.tar.xz
org.eclipse.ecf-e44389e81d7763722c1d27d827765c17c8577493.zip
Fixes for source build
Diffstat (limited to 'incubation')
-rw-r--r--incubation/bundles/org.eclipse.ecf.bulletinboard.commons/build.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/incubation/bundles/org.eclipse.ecf.bulletinboard.commons/build.properties b/incubation/bundles/org.eclipse.ecf.bulletinboard.commons/build.properties
index 73dca0fd9..f00fa6365 100644
--- a/incubation/bundles/org.eclipse.ecf.bulletinboard.commons/build.properties
+++ b/incubation/bundles/org.eclipse.ecf.bulletinboard.commons/build.properties
@@ -4,4 +4,6 @@ bin.includes = META-INF/,\
.,\
plugin.properties,\
about.html
-src.includes = about.html
+src.includes = about.html,\
+ META-INF/,\
+ plugin.properties

Back to the top