Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-10-16 06:30:35 +0000
committerslewis2007-10-16 06:30:35 +0000
commit2d06090a90f7e1211e623c7973cb81882e0fc872 (patch)
tree11542b431adc221de96f5b8819fc136fe8d07f39 /framework
parent0612c7015422f0de3e7300bad1bb51e6ca2b8b4e (diff)
downloadorg.eclipse.ecf-2d06090a90f7e1211e623c7973cb81882e0fc872.tar.gz
org.eclipse.ecf-2d06090a90f7e1211e623c7973cb81882e0fc872.tar.xz
org.eclipse.ecf-2d06090a90f7e1211e623c7973cb81882e0fc872.zip
Fixes for source build
Diffstat (limited to 'framework')
-rw-r--r--framework/bundles/org.eclipse.ecf.presence.ui/build.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.presence.ui/build.properties b/framework/bundles/org.eclipse.ecf.presence.ui/build.properties
index 54160189e..6c27fc2dd 100644
--- a/framework/bundles/org.eclipse.ecf.presence.ui/build.properties
+++ b/framework/bundles/org.eclipse.ecf.presence.ui/build.properties
@@ -8,4 +8,8 @@ bin.includes = META-INF/,\
icons/,\
schema/
src.includes = about.html,\
- schema/
+ schema/,\
+ META-INF/,\
+ icons/,\
+ plugin.properties,\
+ plugin.xml

Back to the top