comparison build.xml @ 497:02140be396d5

Issue 38. Towards gentle handling of config files - parse them and keep every possible user change
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 25 Oct 2012 19:59:08 +0200
parents 59b7c817bc4d
children 2f9ed6bcefa2
comparison
equal deleted inserted replaced
496:c1c8f6859d3f 497:02140be396d5
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.TestIntMap" />
85 <test name="org.tmatesoft.hg.test.TestAuxUtilities" /> 85 <test name="org.tmatesoft.hg.test.TestAuxUtilities" />
86 <test name="org.tmatesoft.hg.test.TestConfigFileParser" />
86 <test name="org.tmatesoft.hg.test.TestHistory" /> 87 <test name="org.tmatesoft.hg.test.TestHistory" />
87 <test name="org.tmatesoft.hg.test.TestManifest" /> 88 <test name="org.tmatesoft.hg.test.TestManifest" />
88 <test name="org.tmatesoft.hg.test.TestStatus" /> 89 <test name="org.tmatesoft.hg.test.TestStatus" />
89 <test name="org.tmatesoft.hg.test.TestStorePath" /> 90 <test name="org.tmatesoft.hg.test.TestStorePath" />
90 <test name="org.tmatesoft.hg.test.TestNewlineFilter" /> 91 <test name="org.tmatesoft.hg.test.TestNewlineFilter" />