Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-03-24 15:08:02 +0000
committerThomas Watson2011-03-24 15:08:02 +0000
commitce2e84c1f0d6ffe8ad83a207f7d7981a5f9d9729 (patch)
tree857ac102f14006e38276afa7024622c67ad3d6d0 /bundles/org.eclipse.equinox.ds.tests/build.properties
parent7aac66e225abf95bf505527e1e48aecbed6a33d9 (diff)
downloadrt.equinox.bundles-ce2e84c1f0d6ffe8ad83a207f7d7981a5f9d9729.tar.gz
rt.equinox.bundles-ce2e84c1f0d6ffe8ad83a207f7d7981a5f9d9729.tar.xz
rt.equinox.bundles-ce2e84c1f0d6ffe8ad83a207f7d7981a5f9d9729.zip
Add test.xml for automated tests. Change to build against J2SE 1.4.
Diffstat (limited to 'bundles/org.eclipse.equinox.ds.tests/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.ds.tests/build.properties7
1 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.ds.tests/build.properties b/bundles/org.eclipse.equinox.ds.tests/build.properties
index 58dc9c76b..e74941f22 100644
--- a/bundles/org.eclipse.equinox.ds.tests/build.properties
+++ b/bundles/org.eclipse.equinox.ds.tests/build.properties
@@ -24,10 +24,11 @@ bin.includes = META-INF/,\
scr_test/tb19.jar,\
scr_test/tb20.jar,\
scr_test/tb21.jar,\
- scr_test/tb21a.jar,\
+ scr_test/tb21a.jar,\
scr_test/tb22.jar,\
- scr_test/tb23.jar, \
- scr_test/tb24.jar
+ scr_test/tb23.jar,\
+ scr_test/tb24.jar,\
+ test.xml
jars.compile.order = .,\
scr_test/tb1.jar,\
scr_test/tb1a.jar,\

Back to the top