Update jediterm terminal emulator with the fixes of IDEA-115276

This commit is contained in:
Dmitry Trofimov
2016-11-24 00:08:28 +01:00
parent e1bf057603
commit cd064fc526
3 changed files with 2 additions and 2 deletions
@@ -190,7 +190,7 @@ class CommunityLibraryLicenses {
url: "http://www.jcip.net", licenseUrl: "http://creativecommons.org/licenses/by/2.5"),
new LibraryLicense(name: "JDOM", version: "1.1 (with patches by JetBrains)", license: "modified Apache", url: "http://www.jdom.org/",
licenseUrl: "http://www.jdom.org/docs/faq.html#a0030"),
new LibraryLicense(name: "JediTerm", libraryName: "jediterm-pty", version: "2.2", license: "LGPL 2",
new LibraryLicense(name: "JediTerm", libraryName: "jediterm-pty", version: "2.2.1", license: "LGPL 2",
url: "https://github.com/JetBrains/jediterm", licenseUrl: "https://github.com/JetBrains/jediterm/blob/master/COPYING"),
new LibraryLicense(name: "JEuclid", libraryName: "jeuclid-core-3.1.9.jar", version: "3.1.9", license: "Apache 2.0",
url: "http://jeuclid.sourceforge.net", licenseUrl: "http://sourceforge.net/p/jeuclid/code/ci/default/tree/LICENSE.txt"),
+1 -1
View File
@@ -14,7 +14,7 @@
<orderEntry type="module-library" exported="">
<library name="jediterm-pty">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/jediterm-pty-2.2.jar!/" />
<root url="jar://$MODULE_DIR$/lib/jediterm-pty-2.2.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />