Mercurial > hg4j
comparison build.xml @ 298:aac0c3fab6ce
Updated jar with test repositories
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Sat, 17 Sep 2011 12:24:50 +0200 |
parents | 954763c82cc3 |
children | 962f78aac342 |
comparison
equal
deleted
inserted
replaced
297:e7ca6f16d074 | 298:aac0c3fab6ce |
---|---|
79 <classpath path="${hg4j.jar};${hg4j-tests.jar};${junit.jar}" /> | 79 <classpath path="${hg4j.jar};${hg4j-tests.jar};${junit.jar}" /> |
80 <formatter type="xml" /> | 80 <formatter type="xml" /> |
81 <formatter type="plain" usefile="no" /> | 81 <formatter type="plain" usefile="no" /> |
82 <sysproperty key="hg4j.tests.repos" value="${test-repos-root}"/> | 82 <sysproperty key="hg4j.tests.repos" value="${test-repos-root}"/> |
83 <sysproperty key="hg4j.tests.remote" value="http://hg.serpentine.com/tutorial/hello"/> | 83 <sysproperty key="hg4j.tests.remote" value="http://hg.serpentine.com/tutorial/hello"/> |
84 <test name="org.tmatesoft.hg.test.TestIntMap" /> | |
84 <test name="org.tmatesoft.hg.test.TestHistory" /> | 85 <test name="org.tmatesoft.hg.test.TestHistory" /> |
85 <test name="org.tmatesoft.hg.test.TestManifest" /> | 86 <test name="org.tmatesoft.hg.test.TestManifest" /> |
86 <test name="org.tmatesoft.hg.test.TestStatus" /> | 87 <test name="org.tmatesoft.hg.test.TestStatus" /> |
87 <test name="org.tmatesoft.hg.test.TestStorePath" /> | 88 <test name="org.tmatesoft.hg.test.TestStorePath" /> |
88 <test name="org.tmatesoft.hg.test.TestIgnore" /> | 89 <test name="org.tmatesoft.hg.test.TestIgnore" /> |