Skip to content

Commit f31c15d

Browse files
Drop the ant-test target from the ant build
1 parent d32e946 commit f31c15d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@
5050
</xslt>
5151
</target>
5252

53-
<target name="ant-test" depends="modbuild">
54-
<ant antfile="modbuild.xml" target="ant-test"/>
55-
</target>
56-
5753
<target name="srczip" depends="modbuild">
5854
<ant antfile="modbuild.xml" target="srczip"/>
5955
</target>
@@ -410,7 +406,7 @@
410406
<gzip zipfile="${build.dir}/dist/relaxng.tar.gz" src="${build.dir}/relaxng.tar"/>
411407
</target>
412408

413-
<target name="dist" depends="ant-test,validate,jing-dist,trang-dist,dtdinst-dist,website"
409+
<target name="dist" depends="validate,jing-dist,trang-dist,dtdinst-dist,website"
414410
description="Make a distribution, leaving artifacts in ${build.dir}/dist"/>
415411

416412
<target name="googlecode.properties.available">

0 commit comments

Comments
 (0)