diff --git a/.idea/libraries/pty4j.xml b/.idea/libraries/pty4j.xml index 6ff8d23d1170..828736292f94 100644 --- a/.idea/libraries/pty4j.xml +++ b/.idea/libraries/pty4j.xml @@ -1,11 +1,11 @@ - + - + diff --git a/build/scripts/libLicenses.gant b/build/scripts/libLicenses.gant index 89a3e152b7fb..88f3bf933756 100644 --- a/build/scripts/libLicenses.gant +++ b/build/scripts/libLicenses.gant @@ -279,7 +279,7 @@ libraryLicense(name: "Plexus Utils", libraryName: "plexus-utils-1.5.5.jar", vers libraryLicense(name: "pockets", attachedTo: "python-helpers", version: "0.2.4", license: "BSD", url: "http://pockets.readthedocs.org/") libraryLicense(name: "protobuf", version: "2.5.0", license: "New BSD", url: "http://code.google.com/p/protobuf/", licenseUrl: "https://github.com/google/protobuf/blob/master/LICENSE") libraryLicense(name: "proxy-vole", libraryName: "proxy-vole", version: "20131209", license: "New BSD License", url: "http://code.google.com/p/proxy-vole/", licenseUrl: "http://opensource.org/licenses/BSD-3-Clause") -libraryLicense(name: "pty4j", libraryName: "pty4j", version: "0.7", license: "Eclipse Public License v1.0", url: "https://github.com/traff/pty4j") +libraryLicense(name: "pty4j", libraryName: "pty4j", version: "0.7.1", license: "Eclipse Public License v1.0", url: "https://github.com/traff/pty4j") libraryLicense(name: "PureJavaComm", libraryName: "purejavacomm", version: "0.0.16", license: "BSD", url: "http://www.sparetimelabs.com/purejavacomm") libraryLicense(name: "ReflectASM", libraryName: "reflectasm-1.0.7.jar", version: "1.0.7", license: "BSD", url: "https://github.com/EsotericSoftware/reflectasm", licenseUrl: "http://opensource.org/licenses/BSD-3-Clause") libraryLicense(name: "Relax NG Object Model", libraryName: "rngom-20051226-patched.jar", license: "MIT", url: "http://java.net/projects/rngom/", licenseUrl: "http://www.opensource.org/licenses/mit-license.php") diff --git a/lib/pty4j-0.7.1.jar b/lib/pty4j-0.7.1.jar new file mode 100644 index 000000000000..930f08e89f82 Binary files /dev/null and b/lib/pty4j-0.7.1.jar differ diff --git a/lib/pty4j-0.7.jar b/lib/pty4j-0.7.jar deleted file mode 100644 index 0c3d34a793f4..000000000000 Binary files a/lib/pty4j-0.7.jar and /dev/null differ diff --git a/lib/required_for_dist.txt b/lib/required_for_dist.txt index 16bce1d81e40..5cbc21b3e34c 100644 --- a/lib/required_for_dist.txt +++ b/lib/required_for_dist.txt @@ -55,7 +55,7 @@ oromatcher.jar picocontainer.jar protobuf-2.5.0.jar proxy-vole_20131209.jar -pty4j-0.7.jar +pty4j-0.7.1.jar purejavacomm.jar resolver.jar rhino-js-1_7R4.jar diff --git a/lib/src/pty4j-0.7-src.jar b/lib/src/pty4j-0.7.1-src.jar similarity index 84% rename from lib/src/pty4j-0.7-src.jar rename to lib/src/pty4j-0.7.1-src.jar index cd45a7ab5c58..17bd4235f6e6 100644 Binary files a/lib/src/pty4j-0.7-src.jar and b/lib/src/pty4j-0.7.1-src.jar differ