Mercurial > jhg
diff 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 | 
line wrap: on
 line diff
--- a/build.xml Wed Feb 22 16:54:34 2012 +0100 +++ b/build.xml Thu Feb 23 01:06:24 2012 +0100 @@ -145,6 +145,7 @@ <jar destfile="${hg4j-tests.jar}"> <fileset dir="bin" includes="org/tmatesoft/hg/test/**"/> <fileset file="COPYING"/> + <!-- XXX perhaps, shall include test-data as well? --> </jar> </target>
