mirror of https://github.com/apache/ant-ivy
Add missing jsch.proxy jars in .classpath.default
git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1557987 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6f8302fed2
commit
0eb07d3980
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue