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