Mercurial > hg4j
comparison build.xml @ 526:2f9ed6bcefa2
Initial support for Revert command with accompanying minor refactoring
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 15 Jan 2013 17:07:19 +0100 |
parents | 02140be396d5 |
children | 95bdcf75e71e |
comparison
equal
deleted
inserted
replaced
525:0be5be8d57e9 | 526:2f9ed6bcefa2 |
---|---|
99 <test name="org.tmatesoft.hg.test.TestOutgoing" /> | 99 <test name="org.tmatesoft.hg.test.TestOutgoing" /> |
100 <test name="org.tmatesoft.hg.test.TestPhases" /> | 100 <test name="org.tmatesoft.hg.test.TestPhases" /> |
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" /> | |
105 <test name="org.tmatesoft.hg.test.TestCheckout" /> | |
104 </junit> | 106 </junit> |
105 </target> | 107 </target> |
106 | 108 |
107 <!-- --> | 109 <!-- --> |
108 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars"> | 110 <target name="build" depends="build-lib, build-cmdline, build-tests" description="Compile and bundle all jars"> |