Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorslewis2007-10-16 06:31:19 +0000
committerslewis2007-10-16 06:31:19 +0000
commit9f0c2ace6e063a50cfd4e0cf33eb494fb9b8507f (patch)
tree27751a3f03335548ab669feaaddf016c8f53b967 /tests
parent4f7093e2d9d118f5b195784f5be5b3991bc60aa3 (diff)
downloadorg.eclipse.ecf-9f0c2ace6e063a50cfd4e0cf33eb494fb9b8507f.tar.gz
org.eclipse.ecf-9f0c2ace6e063a50cfd4e0cf33eb494fb9b8507f.tar.xz
org.eclipse.ecf-9f0c2ace6e063a50cfd4e0cf33eb494fb9b8507f.zip
Fixes for source build
Diffstat (limited to 'tests')
-rwxr-xr-xtests/bundles/org.eclipse.ecf.tests.discovery/build.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/bundles/org.eclipse.ecf.tests.discovery/build.properties b/tests/bundles/org.eclipse.ecf.tests.discovery/build.properties
index 2b112c461..38dcf57f4 100755
--- a/tests/bundles/org.eclipse.ecf.tests.discovery/build.properties
+++ b/tests/bundles/org.eclipse.ecf.tests.discovery/build.properties
@@ -4,4 +4,6 @@ bin.includes = META-INF/,\
.,\
plugin.properties,\
about.html
-src.includes = about.html
+src.includes = about.html,\
+ META-INF/,\
+ plugin.properties

Back to the top