Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-10-16 06:31:47 +0000
committerslewis2007-10-16 06:31:47 +0000
commit829c9599bd7a5262391276668e66869071b5b388 (patch)
tree2ce7d68572b49087aa49fb880e27469a146c8774 /providers
parent6dc8447a1200c38403ae86d4294911981682ed3d (diff)
downloadorg.eclipse.ecf-829c9599bd7a5262391276668e66869071b5b388.tar.gz
org.eclipse.ecf-829c9599bd7a5262391276668e66869071b5b388.tar.xz
org.eclipse.ecf-829c9599bd7a5262391276668e66869071b5b388.zip
Fixes for source build
Diffstat (limited to 'providers')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/build.properties b/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/build.properties
index 81cd897c6..c9b71220b 100644
--- a/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/build.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/build.properties
@@ -16,4 +16,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