Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-05-07 20:41:20 +0000
committerslewis2007-05-07 20:41:20 +0000
commitf8005c7ad3b8bf07e9dc517d02b7ab132ee8a447 (patch)
treedb195e3ea00dca88f20eeb154a2ced5e41b41627 /incubation
parent62fdcf8e345e66ee8dcda8d8a96837111ecd2df6 (diff)
downloadorg.eclipse.ecf-f8005c7ad3b8bf07e9dc517d02b7ab132ee8a447.tar.gz
org.eclipse.ecf-f8005c7ad3b8bf07e9dc517d02b7ab132ee8a447.tar.xz
org.eclipse.ecf-f8005c7ad3b8bf07e9dc517d02b7ab132ee8a447.zip
Fixes for source plugin builds.
Diffstat (limited to 'incubation')
-rw-r--r--incubation/bundles/org.eclipse.ecf.bulletinboard/build.properties7
1 files changed, 2 insertions, 5 deletions
diff --git a/incubation/bundles/org.eclipse.ecf.bulletinboard/build.properties b/incubation/bundles/org.eclipse.ecf.bulletinboard/build.properties
index 3aa660c2d..26b2f9904 100644
--- a/incubation/bundles/org.eclipse.ecf.bulletinboard/build.properties
+++ b/incubation/bundles/org.eclipse.ecf.bulletinboard/build.properties
@@ -2,9 +2,6 @@ source.. = src/
output.. = target/classes/
bin.includes = META-INF/,\
.,\
- plugin.properties,\
- target/
+ plugin.properties
src.includes = META-INF/,\
- plugin.properties,\
- src/,\
- target/
+ plugin.properties

Back to the top