Author: stevel
Date: Wed Aug 23 07:52:58 2006
New Revision: 434056
URL: http://svn.apache.org/viewvc?rev=434056&view=rev
Log:
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.
Modified:
ant/core/trunk/fetch.xml
ant/core/trunk/lib/libraries.properties
Modified: ant/core/trunk/fetch.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/fetch.xml?rev=434056&r1=434055&r2=434056&view=diff
==============================================================================
--- ant/core/trunk/fetch.xml (original)
+++ ant/core/trunk/fetch.xml Wed Aug 23 07:52:58 2006
@@ -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"
Modified: ant/core/trunk/lib/libraries.properties
URL:
http://svn.apache.org/viewvc/ant/core/trunk/lib/libraries.properties?rev=434056&r1=434055&r2=434056&view=diff
==============================================================================
--- ant/core/trunk/lib/libraries.properties (original)
+++ ant/core/trunk/lib/libraries.properties Wed Aug 23 07:52:58 2006
@@ -25,7 +25,7 @@
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]