Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-05-07 21:18:50 +0000
committerslewis2007-05-07 21:18:50 +0000
commit40293af953763d821d2ce9c8d86dd9cd063dbb6e (patch)
tree976ef9851d1c3d050ca69b0369bfc0b2dd26ee16 /framework/bundles/org.eclipse.ecf.ui/build.properties
parentcbde741279f8acd66d5d9d968d8b3ad4ff4c6d7f (diff)
downloadorg.eclipse.ecf-40293af953763d821d2ce9c8d86dd9cd063dbb6e.tar.gz
org.eclipse.ecf-40293af953763d821d2ce9c8d86dd9cd063dbb6e.tar.xz
org.eclipse.ecf-40293af953763d821d2ce9c8d86dd9cd063dbb6e.zip
Fixes for source plugin builds.
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.ui/build.properties')
-rw-r--r--framework/bundles/org.eclipse.ecf.ui/build.properties8
1 files changed, 2 insertions, 6 deletions
diff --git a/framework/bundles/org.eclipse.ecf.ui/build.properties b/framework/bundles/org.eclipse.ecf.ui/build.properties
index b62116f60..812505471 100644
--- a/framework/bundles/org.eclipse.ecf.ui/build.properties
+++ b/framework/bundles/org.eclipse.ecf.ui/build.properties
@@ -6,12 +6,8 @@ bin.includes = .,\
about.html,\
schema/,\
plugin.properties
-src.includes = icons/,\
- META-INF/,\
- plugin.xml,\
- about.html,\
- schema/,\
- plugin.properties
+src.includes = about.html,\
+ schema/
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top