Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-10-16 06:31:51 +0000
committerslewis2007-10-16 06:31:51 +0000
commitb35a26172adafcde401dda1495d1b5c7e82b47e2 (patch)
tree8a155f03daa6bc2963bb0087776829c59c7cbed2 /providers/bundles/org.eclipse.ecf.provider.datashare
parent223915a93ae067957629704313f205cb772307ba (diff)
downloadorg.eclipse.ecf-b35a26172adafcde401dda1495d1b5c7e82b47e2.tar.gz
org.eclipse.ecf-b35a26172adafcde401dda1495d1b5c7e82b47e2.tar.xz
org.eclipse.ecf-b35a26172adafcde401dda1495d1b5c7e82b47e2.zip
Fixes for source build
Diffstat (limited to 'providers/bundles/org.eclipse.ecf.provider.datashare')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.datashare/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.datashare/build.properties b/providers/bundles/org.eclipse.ecf.provider.datashare/build.properties
index 077b2b272..3ab03df6a 100644
--- a/providers/bundles/org.eclipse.ecf.provider.datashare/build.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.datashare/build.properties
@@ -3,7 +3,10 @@ bin.includes = .,\
plugin.xml,\
about.html,\
plugin.properties
-src.includes = about.html
+src.includes = about.html,\
+ META-INF/,\
+ plugin.properties,\
+ plugin.xml
jars.compile.order = dsprovider.jar,\
.
output.dsprovider.jar = bin/

Back to the top