Mercurial > jhg
comparison build.xml @ 706:cd5c87d96315
Merge: tests for mediator notifications
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 16 Aug 2013 14:54:09 +0200 |
parents | 992fa84e7885 |
children | a864fb309e4b |
comparison
equal
deleted
inserted
replaced
705:b4242b7e7dfe | 706:cd5c87d96315 |
---|---|
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="ssh.jar" value="lib/trilead-ssh2-1.0.0-build217.jar" /> | 29 <property name="ssh.jar" value="lib/trilead-ssh2-1.0.0-build217.jar" /> |
30 <property name="ver.qualifier" value="m2" /> | 30 <property name="ver.qualifier" value="" /> |
31 <property name="version.lib" value="1.2" /> | 31 <property name="version.lib" value="1.2" /> |
32 <property name="version.jar" value="${version.lib}${ver.qualifier}" /> | 32 <property name="version.jar" value="${version.lib}${ver.qualifier}" /> |
33 <property name="compile-with-debug" value="yes"/> | 33 <property name="compile-with-debug" value="yes"/> |
34 | 34 |
35 <property name="hg4j.jar" value="hg4j_${version.jar}.jar" /> | 35 <property name="hg4j.jar" value="hg4j_${version.jar}.jar" /> |
85 <test name="org.tmatesoft.hg.test.TestIntMap" /> | 85 <test name="org.tmatesoft.hg.test.TestIntMap" /> |
86 <test name="org.tmatesoft.hg.test.TestAuxUtilities" /> | 86 <test name="org.tmatesoft.hg.test.TestAuxUtilities" /> |
87 <test name="org.tmatesoft.hg.test.TestConfigFileParser" /> | 87 <test name="org.tmatesoft.hg.test.TestConfigFileParser" /> |
88 <test name="org.tmatesoft.hg.test.TestTransaction" /> | 88 <test name="org.tmatesoft.hg.test.TestTransaction" /> |
89 <test name="org.tmatesoft.hg.test.TestInflaterDataAccess" /> | 89 <test name="org.tmatesoft.hg.test.TestInflaterDataAccess" /> |
90 <test name="org.tmatesoft.hg.test.TestRevisionSet" /> | |
91 <test name="org.tmatesoft.hg.test.TestRevisionMaps" /> | |
90 <test name="org.tmatesoft.hg.test.TestHistory" /> | 92 <test name="org.tmatesoft.hg.test.TestHistory" /> |
91 <test name="org.tmatesoft.hg.test.TestManifest" /> | 93 <test name="org.tmatesoft.hg.test.TestManifest" /> |
92 <test name="org.tmatesoft.hg.test.TestStatus" /> | 94 <test name="org.tmatesoft.hg.test.TestStatus" /> |
93 <test name="org.tmatesoft.hg.test.TestStorePath" /> | 95 <test name="org.tmatesoft.hg.test.TestStorePath" /> |
94 <test name="org.tmatesoft.hg.test.TestNewlineFilter" /> | 96 <test name="org.tmatesoft.hg.test.TestNewlineFilter" /> |
108 <test name="org.tmatesoft.hg.test.TestFileFlags" /> | 110 <test name="org.tmatesoft.hg.test.TestFileFlags" /> |
109 <test name="org.tmatesoft.hg.test.TestCatCommand" /> | 111 <test name="org.tmatesoft.hg.test.TestCatCommand" /> |
110 <test name="org.tmatesoft.hg.test.TestRevert" /> | 112 <test name="org.tmatesoft.hg.test.TestRevert" /> |
111 <test name="org.tmatesoft.hg.test.TestCheckout" /> | 113 <test name="org.tmatesoft.hg.test.TestCheckout" /> |
112 <test name="org.tmatesoft.hg.test.TestAddRemove" /> | 114 <test name="org.tmatesoft.hg.test.TestAddRemove" /> |
115 <test name="org.tmatesoft.hg.test.TestMerge" /> | |
113 <test name="org.tmatesoft.hg.test.TestCommit" /> | 116 <test name="org.tmatesoft.hg.test.TestCommit" /> |
114 <test name="org.tmatesoft.hg.test.TestBlame" /> | 117 <test name="org.tmatesoft.hg.test.TestBlame" /> |
115 <test name="org.tmatesoft.hg.test.TestDiffHelper" /> | 118 <test name="org.tmatesoft.hg.test.TestDiffHelper" /> |
116 <test name="org.tmatesoft.hg.test.TestRepositoryLock" /> | 119 <test name="org.tmatesoft.hg.test.TestRepositoryLock" /> |
117 <test name="org.tmatesoft.hg.test.TestRevisionSet" /> | |
118 <test name="org.tmatesoft.hg.test.TestRevisionMaps" /> | |
119 <test name="org.tmatesoft.hg.test.TestPush" /> | 120 <test name="org.tmatesoft.hg.test.TestPush" /> |
120 <test name="org.tmatesoft.hg.test.TestPull" /> | 121 <test name="org.tmatesoft.hg.test.TestPull" /> |
121 <test name="org.tmatesoft.hg.test.ComplexTest" /> | 122 <test name="org.tmatesoft.hg.test.ComplexTest" /> |
122 </junit> | 123 </junit> |
123 </target> | 124 </target> |