summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Loughran <stevel@apache.org>2006-08-23 14:52:58 +0000
committerSteve Loughran <stevel@apache.org>2006-08-23 14:52:58 +0000
commitc69bcdce12e912d1835ca2f13789fa2b566cb2d9 (patch)
tree2a816aa5c24ada5f6dabd7686ec6331c99f3c0af
parent977d31e2ff0a319a408ce4389c5b25ea1f2d1eed (diff)
downloadant-c69bcdce12e912d1835ca2f13789fa2b566cb2d9.tar.gz
update jsch version.
I'd move to xerces 2.8.0 if there was a consistent release of the api and impl artifacts, as it is 2.6.2 is the one to use. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@434056 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--fetch.xml2
-rw-r--r--lib/libraries.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/fetch.xml b/fetch.xml
index 8414a70ff..fa7ebe488 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -135,7 +135,7 @@
description="load networking libraries (commons-net; jsch)"
depends="init">
<f2 project="commons-net" />
- <f2 project="jsch" />
+ <f2 project="com.jcraft" archive="jsch" />
</target>
<target name="regexp"
diff --git a/lib/libraries.properties b/lib/libraries.properties
index 502469eb3..f07e5cb04 100644
--- a/lib/libraries.properties
+++ b/lib/libraries.properties
@@ -25,7 +25,7 @@ commons-logging-api.version=${commons-logging.version}
jdepend.version=2.7
jruby.version=0.8.3
junit.version=3.8.2
-jsch.version=0.1.25
+jsch.version=0.1.27
jython.version=2.1
log4j.version=1.2.13
#rhino.version=1.5.4R1