Mercurial > hg4j
comparison build.xml @ 702:992fa84e7885
Reference ssh-dependant class by the fq name to avoid runtime dependency from the ssh library
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> | 
|---|---|
| date | Thu, 08 Aug 2013 21:32:22 +0200 | 
| parents | e970b333f284 | 
| children | cd5c87d96315 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 701:02766745dbe6 | 702:992fa84e7885 | 
|---|---|
| 24 * samples - few command-line counterparts to demonstrate basic capabiliites | 24 * samples - few command-line counterparts to demonstrate basic capabiliites | 
| 25 * rebuild - clean build | 25 * rebuild - clean build | 
| 26 </description> | 26 </description> | 
| 27 | 27 | 
| 28 <property name="junit.jar" value="lib/junit-4.8.2.jar" /> | 28 <property name="junit.jar" value="lib/junit-4.8.2.jar" /> | 
| 29 <property name="ssh.jar" value="lib/ganymed-ssh2-build251beta1.jar" /> | 29 <property name="ssh.jar" value="lib/trilead-ssh2-1.0.0-build217.jar" /> | 
| 30 <property name="ver.qualifier" value="" /> | 30 <property name="ver.qualifier" value="m2" /> | 
| 31 <property name="version.lib" value="1.2" /> | 31 <property name="version.lib" value="1.2" /> | 
| 32 <property name="version.jar" value="${version.lib}${ver.qualifier}" /> | 32 <property name="version.jar" value="${version.lib}${ver.qualifier}" /> | 
| 33 <property name="compile-with-debug" value="yes"/> | 33 <property name="compile-with-debug" value="yes"/> | 
| 34 | 34 | 
| 35 <property name="hg4j.jar" value="hg4j_${version.jar}.jar" /> | 35 <property name="hg4j.jar" value="hg4j_${version.jar}.jar" /> | 
| 127 <jar destfile="${hg4j-src.jar}"> | 127 <jar destfile="${hg4j-src.jar}"> | 
| 128 <fileset dir="src/" includes="org/tmatesoft/hg/**" /> | 128 <fileset dir="src/" includes="org/tmatesoft/hg/**" /> | 
| 129 <fileset dir="test/" includes="org/tmatesoft/hg/**" /> | 129 <fileset dir="test/" includes="org/tmatesoft/hg/**" /> | 
| 130 <fileset dir="cmdline/" includes="org/tmatesoft/hg/**" /> | 130 <fileset dir="cmdline/" includes="org/tmatesoft/hg/**" /> | 
| 131 <fileset file="COPYING"/> | 131 <fileset file="COPYING"/> | 
| 132 <fileset file="LICENSE-TRILEAD.txt"/> | |
| 132 </jar> | 133 </jar> | 
| 133 </target> | 134 </target> | 
| 134 | 135 | 
| 135 <target name="rebuild" depends="cleanup, build" description="Clean and build again"/> | 136 <target name="rebuild" depends="cleanup, build" description="Clean and build again"/> | 
| 136 | 137 | 
| 157 <include name="org/tmatesoft/hg/util/**" /> | 158 <include name="org/tmatesoft/hg/util/**" /> | 
| 158 <include name="org/tmatesoft/hg/repo/**" /> | 159 <include name="org/tmatesoft/hg/repo/**" /> | 
| 159 <include name="org/tmatesoft/hg/internal/**" /> | 160 <include name="org/tmatesoft/hg/internal/**" /> | 
| 160 </fileset> | 161 </fileset> | 
| 161 <fileset file="COPYING"/> | 162 <fileset file="COPYING"/> | 
| 163 <fileset file="LICENSE-TRILEAD.txt"/> | |
| 162 </jar> | 164 </jar> | 
| 163 </target> | 165 </target> | 
| 164 | 166 | 
| 165 <target name="build-tests" depends="build-lib"> | 167 <target name="build-tests" depends="build-lib"> | 
| 166 <mkdir dir="bin" /> | 168 <mkdir dir="bin" /> | 
