diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant index 0fafd4f1e2d2..c1fc719fd3f2 100644 --- a/build/scripts/layouts.gant +++ b/build/scripts/layouts.gant @@ -235,6 +235,7 @@ public def layoutCommunityPlugins(String home) { } fileset(dir: "$home/plugins/git4idea/lib/jgit") { include(name: "org.eclipse.jgit*.jar") + include(name: "jsch*.jar") exclude(name: "*.zip") } } diff --git a/build/scripts/libLicenses.gant b/build/scripts/libLicenses.gant index 50fec4635b80..8817ee37d3f9 100644 --- a/build/scripts/libLicenses.gant +++ b/build/scripts/libLicenses.gant @@ -185,6 +185,7 @@ libraryLicense(name: "JGoodies Forms", libraryName: "jgoodies-forms", version: " libraryLicense(name: "JGoodies Looks", attachedTo: "platform-impl", version: "2.2.2", license: "BSD ", url: "http://www.jgoodies.com/freeware/looks/", licenseUrl: "http://www.jgoodies.com/downloads/libraries.html") libraryLicense(name: "JNA", libraryName: "jna", version: "3.2.4", license: "LGPL 2.1", url: "https://jna.dev.java.net/", licenseUrl: "http://www.opensource.org/licenses/lgpl-2.1.php") libraryLicense(name: "JNA", libraryName: "jna.jar", version: "3.2.7", license: "LGPL 2.1", url: "https://jna.dev.java.net/", licenseUrl: "http://www.opensource.org/licenses/lgpl-2.1.php") +libraryLicense(name: "JSch", libraryName: "JSch", version: "0.1.44", license: "BSD", url: "http://www.jcraft.com/jsch/", licenseUrl: "http://www.jcraft.com/jsch/LICENSE.txt") libraryLicense(name: "JUnit", libraryName: "JUnit3", version: "3.8.1", license: "CPL 1.0", url: "http://junit.org/") libraryLicense(name: "JUnit", libraryName: "JUnit4", version: "4.8", license: "CPL 1.0", url: "http://junit.org/") libraryLicense(name: "Log4j", libraryName: "Log4J", version: "1.2", license: "Apache 2.0", url: "http://logging.apache.org/log4j/1.2/index.html", licenseUrl: "http://logging.apache.org/license.html") diff --git a/plugins/git4idea/git4idea.iml b/plugins/git4idea/git4idea.iml index 58d7434e8cb4..3a86683611e2 100644 --- a/plugins/git4idea/git4idea.iml +++ b/plugins/git4idea/git4idea.iml @@ -57,6 +57,18 @@ + + + + + + + + + + + + diff --git a/plugins/git4idea/lib/jgit/jsch-0.1.44.jar b/plugins/git4idea/lib/jgit/jsch-0.1.44.jar new file mode 100644 index 000000000000..644850c83eb7 Binary files /dev/null and b/plugins/git4idea/lib/jgit/jsch-0.1.44.jar differ diff --git a/plugins/git4idea/lib/jgit/jsch-0.1.44.zip b/plugins/git4idea/lib/jgit/jsch-0.1.44.zip new file mode 100644 index 000000000000..10f3e7cc34d6 Binary files /dev/null and b/plugins/git4idea/lib/jgit/jsch-0.1.44.zip differ