comparison build.xml @ 546:cd78e8b9d7bc

File annotate test. Refactored FileAnnotation as standalone class, introduced LineInspector to make line offset calc code shared
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Mon, 18 Feb 2013 19:19:48 +0100
parents 67d4b0f73984
children 4ea0351ca878
comparison
equal deleted inserted replaced
545:15b406c7cd9d 546:cd78e8b9d7bc
103 <test name="org.tmatesoft.hg.test.TestCatCommand" /> 103 <test name="org.tmatesoft.hg.test.TestCatCommand" />
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 </junit> 109 </junit>
109 </target> 110 </target>
110 111
111 <!-- --> 112 <!-- -->
112 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars"> 113 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars">