comparison build.xml @ 157:d5268ca7715b

Merged branch wrap-data-access into default for resource-friendly data access. Updated API to promote that friendliness to clients (channels, not byte[]). More exceptions
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 09 Mar 2011 05:22:17 +0100
parents a4ec5e087017
children b45e612ea750
comparison
equal deleted inserted replaced
156:643ddec3be36 157:d5268ca7715b
74 <sysproperty key="hg4j.tests.repos" value="${test-repos-root}"/> 74 <sysproperty key="hg4j.tests.repos" value="${test-repos-root}"/>
75 <test name="org.tmatesoft.hg.test.TestHistory" /> 75 <test name="org.tmatesoft.hg.test.TestHistory" />
76 <test name="org.tmatesoft.hg.test.TestManifest" /> 76 <test name="org.tmatesoft.hg.test.TestManifest" />
77 <test name="org.tmatesoft.hg.test.TestStatus" /> 77 <test name="org.tmatesoft.hg.test.TestStatus" />
78 <test name="org.tmatesoft.hg.test.TestStorePath" /> 78 <test name="org.tmatesoft.hg.test.TestStorePath" />
79 <test name="org.tmatesoft.hg.test.TestByteChannel" />
79 </junit> 80 </junit>
80 </target> 81 </target>
81 82
82 <target name="build"> 83 <target name="build">
83 <mkdir dir="bin" /> 84 <mkdir dir="bin" />