23 lines
933 B
Diff
23 lines
933 B
Diff
diff --git a/build.xml b/build.xml
|
|
index 6a30ba1..e219cc2 100644
|
|
--- a/build.xml
|
|
+++ b/build.xml
|
|
@@ -5,7 +5,7 @@ sshd server and use port forwarding, X11 forwarding, file transfer, etc., and
|
|
you can integrate its functionality into your own Java programs
|
|
</description>
|
|
<!-- set global properties for this build -->
|
|
- <property name="version" location="0.1.3"/>
|
|
+ <property name="version" location="0.1.25"/>
|
|
<property name="src" location="src"/>
|
|
<property name="exasrc" location="examples"/>
|
|
<property name="build" location="build"/>
|
|
@@ -42,7 +42,7 @@ you can integrate its functionality into your own Java programs
|
|
<mkdir dir="${dist}/lib"/>
|
|
|
|
<!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
|
|
- <jar jarfile="${dist}/lib/jsch-${DSTAMP}.jar" basedir="${build}"/>
|
|
+ <jar jarfile="${dist}/lib/jsch-0.1.25.jar" basedir="${build}"/>
|
|
</target>
|
|
|
|
<target name="examples"
|