comparison build.xml @ 529:95bdcf75e71e

Command to schedule addition/removal of repository files
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Mon, 21 Jan 2013 19:41:51 +0100
parents 2f9ed6bcefa2
children 67d4b0f73984
comparison
equal deleted inserted replaced
528:f7fbf48b9383 529:95bdcf75e71e
101 <test name="org.tmatesoft.hg.test.TestMqExtension" /> 101 <test name="org.tmatesoft.hg.test.TestMqExtension" />
102 <test name="org.tmatesoft.hg.test.TestFileFlags" /> 102 <test name="org.tmatesoft.hg.test.TestFileFlags" />
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 </junit> 107 </junit>
107 </target> 108 </target>
108 109
109 <!-- --> 110 <!-- -->
110 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars"> 111 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars">