Author: jlboudart
Date: Tue Jan 14 09:05:18 2014
New Revision: 1557987
URL: http://svn.apache.org/r1557987
Log:
Add missing jsch.proxy jars in .classpath.default
Modified:
ant/ivy/core/trunk/.classpath.default
Modified: ant/ivy/core/trunk/.classpath.default
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/.classpath.default?rev=1557987&r1=1557986&r2=1557987&view=diff
==============================================================================
--- ant/ivy/core/trunk/.classpath.default (original)
+++ ant/ivy/core/trunk/.classpath.default Tue Jan 14 09:05:18 2014
@@ -33,5 +33,12 @@
<classpathentry kind="lib" path="lib/oro.jar"/>
<classpathentry kind="lib" path="lib/bcpg-jdk14.jar"/>
<classpathentry kind="lib" path="lib/bcprov-jdk14.jar"/>
+ <classpathentry kind="lib"
path="lib/jsch.agentproxy.connector-factory.jar"/>
+ <classpathentry kind="lib" path="lib/jsch.agentproxy.core.jar"/>
+ <classpathentry kind="lib" path="lib/jsch.agentproxy.jsch.jar"/>
+ <classpathentry kind="lib" path="lib/jsch.agentproxy.pageant.jar"/>
+ <classpathentry kind="lib" path="lib/jsch.agentproxy.sshagent.jar"/>
+ <classpathentry kind="lib" path="lib/jsch.agentproxy.usocket-jna.jar"/>
+ <classpathentry kind="lib" path="lib/jsch.agentproxy.usocket-nc.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>