Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-10-16 06:31:48 +0000
committerslewis2007-10-16 06:31:48 +0000
commit26c595e6c29c34e4c57de595a6310c6ea5be5396 (patch)
tree10bae2985fe06bb7b577ec3520bd9d40aa65b3ac /providers
parent829c9599bd7a5262391276668e66869071b5b388 (diff)
downloadorg.eclipse.ecf-26c595e6c29c34e4c57de595a6310c6ea5be5396.tar.gz
org.eclipse.ecf-26c595e6c29c34e4c57de595a6310c6ea5be5396.tar.xz
org.eclipse.ecf-26c595e6c29c34e4c57de595a6310c6ea5be5396.zip
Fixes for source build
Diffstat (limited to 'providers')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.bittorrent/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.bittorrent/build.properties b/providers/bundles/org.eclipse.ecf.provider.bittorrent/build.properties
index 2b6399957..146cbd460 100644
--- a/providers/bundles/org.eclipse.ecf.provider.bittorrent/build.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.bittorrent/build.properties
@@ -5,4 +5,7 @@ bin.includes = META-INF/,\
plugin.xml,\
about.html,\
plugin.properties
-src.includes = about.html
+src.includes = about.html,\
+ META-INF/,\
+ plugin.properties,\
+ plugin.xml

Back to the top