Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-10-16 06:31:44 +0000
committerslewis2007-10-16 06:31:44 +0000
commit44d909d8e320132acb81cc0efd1fcb535b80a660 (patch)
treeb71c823643b6e6705fe0ba7bcc5379ce408dc609 /incubation
parent839086246b6e3d41d5c33ab644c6693ef4ae08c8 (diff)
downloadorg.eclipse.ecf-44d909d8e320132acb81cc0efd1fcb535b80a660.tar.gz
org.eclipse.ecf-44d909d8e320132acb81cc0efd1fcb535b80a660.tar.xz
org.eclipse.ecf-44d909d8e320132acb81cc0efd1fcb535b80a660.zip
Fixes for source build
Diffstat (limited to 'incubation')
-rw-r--r--incubation/bundles/org.eclipse.ecf.provider.vbulletin/build.properties7
1 files changed, 6 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 12a9ae055..429def6ec 100644
--- a/incubation/bundles/org.eclipse.ecf.provider.vbulletin/build.properties
+++ b/incubation/bundles/org.eclipse.ecf.provider.vbulletin/build.properties
@@ -3,4 +3,9 @@ output.. = target/classes/
bin.includes = META-INF/,\
.,\
plugin.xml,\
- plugin.properties
+ plugin.properties,\
+ about.html
+src.includes = META-INF/,\
+ about.html,\
+ plugin.properties,\
+ plugin.xml

Back to the top