Mercurial > hg4j
comparison build.xml @ 396:0ae53c32ecef
Straighten out exceptions thrown when file access failed - three is too much
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 23 Feb 2012 01:06:24 +0100 |
parents | 189dc6dc1c3e |
children | 7f27122011c3 |
comparison
equal
deleted
inserted
replaced
395:4732fffff58a | 396:0ae53c32ecef |
---|---|
143 </classpath> | 143 </classpath> |
144 </javac> | 144 </javac> |
145 <jar destfile="${hg4j-tests.jar}"> | 145 <jar destfile="${hg4j-tests.jar}"> |
146 <fileset dir="bin" includes="org/tmatesoft/hg/test/**"/> | 146 <fileset dir="bin" includes="org/tmatesoft/hg/test/**"/> |
147 <fileset file="COPYING"/> | 147 <fileset file="COPYING"/> |
148 <!-- XXX perhaps, shall include test-data as well? --> | |
148 </jar> | 149 </jar> |
149 </target> | 150 </target> |
150 | 151 |
151 <target name="build-cmdline" depends="build-lib"> | 152 <target name="build-cmdline" depends="build-lib"> |
152 <mkdir dir="bin" /> | 153 <mkdir dir="bin" /> |