update jsch to 0.1.53

This commit is contained in:
Shaverdova Elena
2016-06-15 20:34:33 +02:00
parent 12c9dbe959
commit 326298961a
7 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
<component name="libraryTable">
<library name="JSch">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/jsch-0.1.52.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/jsch-0.1.53.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/src/jsch-0.1.52.zip!/jsch-0.1.52/src/main/java" />
<root url="jar://$PROJECT_DIR$/lib/src/jsch-0.1.53.zip!/jsch-0.1.53/src/main/java" />
</SOURCES>
</library>
</component>
@@ -156,7 +156,7 @@ class MacDistributionBuilder {
def sshTaskLoaderRef = "SSH_TASK_CLASS_LOADER";
Path pathSsh = new Path(ant.project)
pathSsh.createPathElement().setLocation(new File("$communityHome/lib/jsch-0.1.52.jar"))
pathSsh.createPathElement().setLocation(new File("$communityHome/lib/jsch-0.1.53.jar"))
pathSsh.createPathElement().setLocation(new File("$communityHome/lib/ant/lib/ant-jsch.jar"))
ant.project.addReference(sshTaskLoaderRef, new SplitClassLoader(ant.project.getClass().getClassLoader(), pathSsh, ant.project,
["SSHExec", "SSHBase", "LogListener", "SSHUserInfo"] as String[]))
+1 -1
View File
@@ -238,7 +238,7 @@ libraryLicense(name: "jgraphx", libraryName: "jgraphx-3.4.0.1", version: "3.4.0.
libraryLicense(name: "JNA", libraryName: "jna", version: "4.1.0", license: "LGPL 2.1", url: "https://github.com/java-native-access/jna", licenseUrl: "http://www.opensource.org/licenses/lgpl-2.1.php")
libraryLicense(name: "jsch-agent-proxy for svnkit trilead", libraryName: "jsch.agentproxy.svnkit-trilead-ssh2.jar", version: "0.0.7", license: "BSD", url: "https://github.com/ymnk/jsch-agent-proxy", licenseUrl: "https://github.com/ymnk/jsch-agent-proxy/blob/master/LICENSE.txt")
libraryLicense(name: "jsch-agent-proxy", libraryName: "jsch-agent-proxy", version: "0.0.7", license: "BSD", url: "https://github.com/ymnk/jsch-agent-proxy", licenseUrl: "https://github.com/ymnk/jsch-agent-proxy/blob/master/LICENSE.txt")
libraryLicense(name: "JSch", libraryName: "JSch", version: "0.1.52", license: "BSD", url: "http://www.jcraft.com/jsch/", licenseUrl: "http://www.jcraft.com/jsch/LICENSE.txt")
libraryLicense(name: "JSch", libraryName: "JSch", version: "0.1.53", license: "BSD", url: "http://www.jcraft.com/jsch/", licenseUrl: "http://www.jcraft.com/jsch/LICENSE.txt")
libraryLicense(name: "json-path", libraryName: "json-path-0.8.0.jar", version: "0.8.0", license: "Apache 2.0", url: "http://code.google.com/p/json-path/", licenseUrl: "http://apache.org/licenses/LICENSE-2.0")
libraryLicense(name: "json-smart", libraryName: "json-smart-1.1.1.jar", version: "1.1.1", license: "Apache 2.0", url: "http://code.google.com/p/json-smart/", licenseUrl: "http://apache.org/licenses/LICENSE-2.0")
libraryLicense(name: "jsr305", libraryName: "jsr305", version: "snapshot", license: "BSD", url: "http://code.google.com/p/jsr-305/", licenseUrl: "http://code.google.com/p/jsr-305/source/browse/trunk/ri/LICENSE")
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -34,7 +34,7 @@ jgoodies-looks-2.4.2.jar
jh.jar
jna.jar
jna-platform.jar
jsch-0.1.52.jar
jsch-0.1.53.jar
jsch.agentproxy.connector-factory.jar
jsch.agentproxy.core.jar
jsch.agentproxy.pageant.jar
Binary file not shown.