update jediterm-pty to v2.10 to fix IDEA-187084

This commit is contained in:
Sergey Simonchik
2018-07-09 21:17:10 +03:00
parent 449b375178
commit eff060a60f
4 changed files with 3 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
<component name="libraryTable">
<library name="jediterm-pty">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/jediterm-pty-2.9.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/jediterm-pty-2.10.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/src/jediterm-pty-2.9-src.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/src/jediterm-pty-2.10-src.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -185,7 +185,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.9", license: "LGPL 2",
new LibraryLicense(name: "JediTerm", libraryName: "jediterm-pty", version: "2.10", 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"),