Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-10-16 06:31:45 +0000
committerslewis2007-10-16 06:31:45 +0000
commit826f927bd91c663b45972efc87d188f5ff8dc77b (patch)
tree2931b0db1430c9d5177cd1cbcccedda17ce6189f /incubation
parent44d909d8e320132acb81cc0efd1fcb535b80a660 (diff)
downloadorg.eclipse.ecf-826f927bd91c663b45972efc87d188f5ff8dc77b.tar.gz
org.eclipse.ecf-826f927bd91c663b45972efc87d188f5ff8dc77b.tar.xz
org.eclipse.ecf-826f927bd91c663b45972efc87d188f5ff8dc77b.zip
Fixes for source build
Diffstat (limited to 'incubation')
-rw-r--r--incubation/bundles/org.eclipse.ecf.bulletinboard/build.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/incubation/bundles/org.eclipse.ecf.bulletinboard/build.properties b/incubation/bundles/org.eclipse.ecf.bulletinboard/build.properties
index 73dca0fd9..f00fa6365 100644
--- a/incubation/bundles/org.eclipse.ecf.bulletinboard/build.properties
+++ b/incubation/bundles/org.eclipse.ecf.bulletinboard/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