Mercurial > jhg
comparison 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 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 584:ed243b668502 | 585:b47ef0d2777b | 
|---|---|
| 132 </delete> | 132 </delete> | 
| 133 </target> | 133 </target> | 
| 134 | 134 | 
| 135 <target name="build-lib"> | 135 <target name="build-lib"> | 
| 136 <mkdir dir="bin" /> | 136 <mkdir dir="bin" /> | 
| 137 <javac srcdir="src" destdir="bin" debug="${compile-with-debug}" /> | 137 <javac srcdir="src" destdir="bin" debug="${compile-with-debug}" includeantruntime="no"/> | 
| 138 <jar destfile="${hg4j.jar}"> | 138 <jar destfile="${hg4j.jar}"> | 
| 139 <fileset dir="bin/"> | 139 <fileset dir="bin/"> | 
| 140 <include name="org/tmatesoft/hg/core/**" /> | 140 <include name="org/tmatesoft/hg/core/**" /> | 
| 141 <include name="org/tmatesoft/hg/util/**" /> | 141 <include name="org/tmatesoft/hg/util/**" /> | 
| 142 <include name="org/tmatesoft/hg/repo/**" /> | 142 <include name="org/tmatesoft/hg/repo/**" /> | 
