mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[project] upgrades ASM to 7.0-beta and changes the library type to repository (IDEA-191331)
This commit is contained in:
Generated
+4
-3
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
+1
-1
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user