Fixing bad build file
diff --git a/tests/org.eclipse.jst.validation.test/build.properties b/tests/org.eclipse.jst.validation.test/build.properties index d0aeaf6..89e6e00 100644 --- a/tests/org.eclipse.jst.validation.test/build.properties +++ b/tests/org.eclipse.jst.validation.test/build.properties
@@ -1,8 +1,9 @@ -source.runtime/test.jar = test/ -source.runtime/jUnitWrapper.jar = jUnitWrapper/ +source.runtime/test.jar = test/,\ + jUnitWrapper/ bin.includes = plugin.xml,\ testInput/,\ test.xml,\ - runtime/test.jar,\ - runtime/jUnitWrapper.jar + runtime/test.jar +output.runtime/test.jar = bin/ +jars.compile.order = tests.jar \ No newline at end of file