upgrade to custom built snappy-in-java 0.3 with fix for big endian vm crash (IDEA-135495)

This commit is contained in:
Maxim.Mossienko
2015-01-22 23:01:31 +01:00
parent 9144a4a416
commit d62bcdf387
7 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
<component name="libraryTable">
<library name="Snappy-Java">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/snappy-in-java-0.3.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/snappy-in-java-0.3.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/src/snappy-in-java-0.3-src.jar!/snappy-snappy-0.3/src/main/java" />
<root url="jar://$PROJECT_DIR$/lib/src/snappy-in-java-0.3.1-src.jar!/src/main/java" />
</SOURCES>
</library>
</component>
+1 -1
View File
@@ -839,7 +839,7 @@ def layout_core(String home, String target) {
include(name: "asm.jar")
include(name: "asm-commons.jar")
include(name: "cli-parser-1.1.jar")
include(name: "snappy-in-java-0.3.jar")
include(name: "snappy-in-java-0.3.1.jar")
include(name: "jayatana-1.2.4.jar")
}
}
+1 -1
View File
@@ -258,7 +258,7 @@ libraryLicense(name: "YourKit Java Profiler", libraryName: "yjp-controller-api-r
libraryLicense(name: "protobuf", version: "2.5.0", license: "New BSD", url: "http://code.google.com/p/protobuf/", licenseUrl: "http://code.google.com/p/protobuf/source/browse/trunk/COPYING.txt?r=367")
libraryLicense(name: "Netty", libraryName: "Netty", version: "4.1.0.Beta3", license: "Apache 2.0", url: "http://netty.io", licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0")
libraryLicense(name: "Kryo", libraryName: "Kryo", version: "2.22", license: "New BSD License", url: "https://github.com/EsotericSoftware/kryo", licenseUrl: "https://github.com/EsotericSoftware/kryo/blob/master/license.txt")
libraryLicense(name: "Snappy-Java", libraryName: "Snappy-Java", version: "0.3", license: "Apache 2.0", url: "https://github.com/dain/snappy", licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0")
libraryLicense(name: "Snappy-Java", libraryName: "Snappy-Java", version: "0.3.1", license: "Apache 2.0", url: "https://github.com/dain/snappy", licenseUrl: "http://www.apache.org/licenses/LICENSE-2.0")
libraryLicense(name: "Cucumber-Java", libraryName: "cucumber-java", version: "1.0.14", license: "MIT License", url: "https://github.com/cucumber/cucumber-jvm/", licenseUrl: "http://www.opensource.org/licenses/mit-license.html")
libraryLicense(name: "Cucumber-JVM", libraryName: "cucumber-jvm", version: "1.0.14", license: "MIT License", url: "https://github.com/cucumber/cucumber-jvm/", licenseUrl: "http://www.opensource.org/licenses/mit-license.html")
libraryLicense(name: "Cucumber-Groovy", libraryName: "cucumber-groovy", version: "1.0.14", license: "MIT License", url: "https://github.com/cucumber/cucumber-jvm/", licenseUrl: "http://www.opensource.org/licenses/mit-license.html")
+1 -1
View File
@@ -59,7 +59,7 @@ resolver.jar
rhino-js-1_7R4.jar
sanselan-0.98-snapshot.jar
serviceMessages.jar
snappy-in-java-0.3.jar
snappy-in-java-0.3.1.jar
swingx-core-1.6.2.jar
trove4j.jar
velocity.jar
Binary file not shown.
Binary file not shown.