[project] upgrades ASM to 7.0-beta and changes the library type to repository (IDEA-191331)

This commit is contained in:
Roman Shevchenko
2018-10-11 11:23:41 +02:00
parent 8aad6e034a
commit 9450043b17
6 changed files with 6 additions and 5 deletions
+4 -3
View File
@@ -1,11 +1,12 @@
<component name="libraryTable">
<library name="ASM">
<library name="ASM" type="repository">
<properties include-transitive-deps="false" maven-id="org.jetbrains.intellij.deps:asm-all:7.0-beta" />
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/asm-all.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/asm-all/7.0-beta/asm-all-7.0-beta.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/src/asm-src.zip!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/asm-all/7.0-beta/asm-all-7.0-beta-sources.jar!/" />
</SOURCES>
</library>
</component>
@@ -14,6 +14,7 @@ configurations {
}
List<String> projectLibraries = [
"ASM",
"jetbrains-annotations-java5",
"Groovy",
"cli-parser",
-1
View File
@@ -33,7 +33,6 @@
<include name="*.jar"/>
</fileset>
<fileset dir="${idea.lib}">
<include name="asm-all*.jar"/>
<include name="snappy-in-java-*.jar"/>
</fileset>
</path>
BIN
View File
Binary file not shown.
Binary file not shown.
@@ -104,7 +104,7 @@ class CommunityLibraryLicenses {
url: "http://commons.apache.org/net/"),
new LibraryLicense(name: "Apache Lucene", libraryName: "lucene-core-2.4.1.jar", version: "2.4.1", license: "Apache 2.0",
url: "http://lucene.apache.org/java"),
new LibraryLicense(name: "ASM Bytecode Manipulation Framework", libraryName: "ASM", version: "6.0 (with patches by JetBrains)",
new LibraryLicense(name: "ASM Bytecode Manipulation Framework", libraryName: "ASM", version: "7.0 (with patches by JetBrains)",
license: "BSD", url: "http://asm.objectweb.org/", licenseUrl: "http://asm.objectweb.org/license.html",
additionalLibraryNames: ["asm-capture"]),
new LibraryLicense(name: "ASM Tools", libraryName: "asm-tools", license: "BSD", url: "http://asm.objectweb.org/",