Mercurial > hg4j
diff build.xml @ 585:b47ef0d2777b
Access to base revision filed comes handy for debug sometimes
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 25 Apr 2013 17:53:44 +0200 |
parents | 4ea0351ca878 |
children | e4a71afd3c71 |
line wrap: on
line diff
--- a/build.xml Thu Apr 25 16:08:17 2013 +0200 +++ b/build.xml Thu Apr 25 17:53:44 2013 +0200 @@ -134,7 +134,7 @@ <target name="build-lib"> <mkdir dir="bin" /> - <javac srcdir="src" destdir="bin" debug="${compile-with-debug}" /> + <javac srcdir="src" destdir="bin" debug="${compile-with-debug}" includeantruntime="no"/> <jar destfile="${hg4j.jar}"> <fileset dir="bin/"> <include name="org/tmatesoft/hg/core/**" />