Mercurial > jhg
comparison build.xml @ 442:6865eb742883
Tests for subrepo API, refactor status tests for reuse, better subrepos API
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> | 
|---|---|
| date | Fri, 27 Apr 2012 20:57:20 +0200 | 
| parents | 7f27122011c3 | 
| children | 3ca4ae7bdd38 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 441:2a08466838d3 | 442:6865eb742883 | 
|---|---|
| 25 * rebuild - clean build | 25 * rebuild - clean build | 
| 26 </description> | 26 </description> | 
| 27 | 27 | 
| 28 <property name="junit.jar" value="lib/junit-4.8.2.jar" /> | 28 <property name="junit.jar" value="lib/junit-4.8.2.jar" /> | 
| 29 <property name="ver.qualifier" value="" /> | 29 <property name="ver.qualifier" value="" /> | 
| 30 <property name="version.lib" value="0.9.0" /> | 30 <property name="version.lib" value="0.9.5" /> | 
| 31 <property name="version.jar" value="${version.lib}${ver.qualifier}" /> | 31 <property name="version.jar" value="${version.lib}${ver.qualifier}" /> | 
| 32 <property name="compile-with-debug" value="yes"/> | 32 <property name="compile-with-debug" value="yes"/> | 
| 33 | 33 | 
| 34 <property name="hg4j.jar" value="hg4j_${version.jar}.jar" /> | 34 <property name="hg4j.jar" value="hg4j_${version.jar}.jar" /> | 
| 35 <property name="hg4j-tests.jar" value="hg4j-tests_${version.jar}.jar" /> | 35 <property name="hg4j-tests.jar" value="hg4j-tests_${version.jar}.jar" /> | 
| 90 <test name="org.tmatesoft.hg.test.TestNewlineFilter" /> | 90 <test name="org.tmatesoft.hg.test.TestNewlineFilter" /> | 
| 91 <test name="org.tmatesoft.hg.test.TestIgnore" /> | 91 <test name="org.tmatesoft.hg.test.TestIgnore" /> | 
| 92 <test name="org.tmatesoft.hg.test.TestDirstate" /> | 92 <test name="org.tmatesoft.hg.test.TestDirstate" /> | 
| 93 <test name="org.tmatesoft.hg.test.TestBranches" /> | 93 <test name="org.tmatesoft.hg.test.TestBranches" /> | 
| 94 <test name="org.tmatesoft.hg.test.TestByteChannel" /> | 94 <test name="org.tmatesoft.hg.test.TestByteChannel" /> | 
| 95 <test name="org.tmatesoft.hg.test.TestSubrepo" /> | |
| 95 <test name="org.tmatesoft.hg.test.TestClone" /> | 96 <test name="org.tmatesoft.hg.test.TestClone" /> | 
| 96 <test name="org.tmatesoft.hg.test.TestIncoming" /> | 97 <test name="org.tmatesoft.hg.test.TestIncoming" /> | 
| 97 <test name="org.tmatesoft.hg.test.TestOutgoing" /> | 98 <test name="org.tmatesoft.hg.test.TestOutgoing" /> | 
| 98 </junit> | 99 </junit> | 
| 99 </target> | 100 </target> | 
