Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'incubation')
-rw-r--r--incubation/bundles/org.eclipse.ecf.provider.vbulletin/build.properties8
1 files changed, 7 insertions, 1 deletions
diff --git a/incubation/bundles/org.eclipse.ecf.provider.vbulletin/build.properties b/incubation/bundles/org.eclipse.ecf.provider.vbulletin/build.properties
index 110a2d2dc..010e382fe 100644
--- a/incubation/bundles/org.eclipse.ecf.provider.vbulletin/build.properties
+++ b/incubation/bundles/org.eclipse.ecf.provider.vbulletin/build.properties
@@ -2,4 +2,10 @@ source.. = src/
output.. = target/classes/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ plugin.xml,\
+ plugin.properties,\
+ target/
+src.includes = target/,\
+ plugin.xml,\
+ plugin.properties,\
+ META-INF/

Back to the top