Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-10-16 06:31:24 +0000
committerslewis2007-10-16 06:31:24 +0000
commit085ca51b50b79a2f8248457c676edd2e121d7445 (patch)
treeac24ae60d703365f7913c6fbdf943b6847ce4b66 /framework
parentf649d50236431c989d054183afbca2e49376fbc5 (diff)
downloadorg.eclipse.ecf-085ca51b50b79a2f8248457c676edd2e121d7445.tar.gz
org.eclipse.ecf-085ca51b50b79a2f8248457c676edd2e121d7445.tar.xz
org.eclipse.ecf-085ca51b50b79a2f8248457c676edd2e121d7445.zip
Fixes for source build
Diffstat (limited to 'framework')
-rw-r--r--framework/bundles/org.eclipse.ecf.filetransfer.ui/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.filetransfer.ui/build.properties b/framework/bundles/org.eclipse.ecf.filetransfer.ui/build.properties
index 30af98bb1..b57e89568 100644
--- a/framework/bundles/org.eclipse.ecf.filetransfer.ui/build.properties
+++ b/framework/bundles/org.eclipse.ecf.filetransfer.ui/build.properties
@@ -16,4 +16,7 @@ bin.includes = plugin.xml,\
.,\
plugin.properties,\
about.html
-src.includes = about.html
+src.includes = about.html,\
+ META-INF/,\
+ plugin.properties,\
+ plugin.xml

Back to the top