Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorslewis2007-10-16 06:31:07 +0000
committerslewis2007-10-16 06:31:07 +0000
commitc202792fae08c83739cdaf413cfa103db8be42bb (patch)
treeb192d18d1c19d00923b5aff80dd7e97cca18842f /tests
parenta7230158846c3dd7deea07b0114330a0272e901a (diff)
downloadorg.eclipse.ecf-c202792fae08c83739cdaf413cfa103db8be42bb.tar.gz
org.eclipse.ecf-c202792fae08c83739cdaf413cfa103db8be42bb.tar.xz
org.eclipse.ecf-c202792fae08c83739cdaf413cfa103db8be42bb.zip
Fixes for source build
Diffstat (limited to 'tests')
-rwxr-xr-xtests/bundles/org.eclipse.ecf.tests.datashare/build.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/bundles/org.eclipse.ecf.tests.datashare/build.properties b/tests/bundles/org.eclipse.ecf.tests.datashare/build.properties
index 2b112c461..38dcf57f4 100755
--- a/tests/bundles/org.eclipse.ecf.tests.datashare/build.properties
+++ b/tests/bundles/org.eclipse.ecf.tests.datashare/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