Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-10-16 06:30:42 +0000
committerslewis2007-10-16 06:30:42 +0000
commitc20cdc92683576c9aaec6a7fda9d30746ebde508 (patch)
tree752c7cb8f80c41fc0a95d15f28fa308b500af770 /tests/bundles/org.eclipse.ecf.tests.presence
parent0f8071233f387cc8e2afb37ba7724e017cd4a82f (diff)
downloadorg.eclipse.ecf-c20cdc92683576c9aaec6a7fda9d30746ebde508.tar.gz
org.eclipse.ecf-c20cdc92683576c9aaec6a7fda9d30746ebde508.tar.xz
org.eclipse.ecf-c20cdc92683576c9aaec6a7fda9d30746ebde508.zip
Fixes for source build
Diffstat (limited to 'tests/bundles/org.eclipse.ecf.tests.presence')
-rwxr-xr-xtests/bundles/org.eclipse.ecf.tests.presence/build.properties8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/bundles/org.eclipse.ecf.tests.presence/build.properties b/tests/bundles/org.eclipse.ecf.tests.presence/build.properties
index 2b112c461..d8a7b395a 100755
--- a/tests/bundles/org.eclipse.ecf.tests.presence/build.properties
+++ b/tests/bundles/org.eclipse.ecf.tests.presence/build.properties
@@ -3,5 +3,9 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.properties,\
- about.html
-src.includes = about.html
+ about.html,\
+ README.TXT
+src.includes = about.html,\
+ META-INF/,\
+ README.TXT,\
+ plugin.properties

Back to the top