We don't build the XML tests if we don't have xml-writer.jar so let's not run

them either.


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@528 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-12-14 00:03:59 +00:00
parent 679f3c85cb
commit 72136ba945
+1
View File
@@ -112,6 +112,7 @@
<batchtest>
<fileset dir="${src.dir}">
<include name="**/*Test.java"/>
<exclude name="**/xml/**/*Test.java" unless="build.xml"/>
</fileset>
</batchtest>
</junit>