comparison build.xml @ 551:4ea0351ca878

Better (precise) name for diff facility, tests
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 20 Feb 2013 18:19:52 +0100
parents cd78e8b9d7bc
children b47ef0d2777b
comparison
equal deleted inserted replaced
550:c1478cc31f45 551:4ea0351ca878
104 <test name="org.tmatesoft.hg.test.TestRevert" /> 104 <test name="org.tmatesoft.hg.test.TestRevert" />
105 <test name="org.tmatesoft.hg.test.TestCheckout" /> 105 <test name="org.tmatesoft.hg.test.TestCheckout" />
106 <test name="org.tmatesoft.hg.test.TestAddRemove" /> 106 <test name="org.tmatesoft.hg.test.TestAddRemove" />
107 <test name="org.tmatesoft.hg.test.TestCommit" /> 107 <test name="org.tmatesoft.hg.test.TestCommit" />
108 <test name="org.tmatesoft.hg.test.TestBlame" /> 108 <test name="org.tmatesoft.hg.test.TestBlame" />
109 <test name="org.tmatesoft.hg.test.TestDiffHelper" />
109 </junit> 110 </junit>
110 </target> 111 </target>
111 112
112 <!-- --> 113 <!-- -->
113 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars"> 114 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars">