remove my test target (accidently commited)

This commit is contained in:
Jan Matrne 2017-06-03 18:15:24 +02:00
parent 59a7dfa3d6
commit a267723e62
1 changed files with 0 additions and 10 deletions

View File

@ -456,16 +456,6 @@
message="At least one test has failed. See logs (in ${test.xml.dir}) for details (use the target test-report to run the test with a report)"/>
</target>
<target name="x" depends="init,build-test">
<java classname="org.apache.ivy.plugins.resolver.FileSystemResolverTest">
<classpath>
<path refid="test.classpath"/>
<pathelement path="${ant.home}/lib/ant-nodeps.jar"/>
<pathelement path="${ant.home}/lib/ant-trax.jar"/>
</classpath>
</java>
</target>
<!-- =================================================================
REPORTS AND DOCUMENTATION
================================================================= -->