diff --git a/build/scripts/libLicenses.gant b/build/scripts/libLicenses.gant index 11d41e967a9b..851951a5c676 100644 --- a/build/scripts/libLicenses.gant +++ b/build/scripts/libLicenses.gant @@ -152,6 +152,7 @@ libraryLicense(name: "Alloy L&F", libraryName: "alloy.jar", version: "1.4.4", li libraryLicense(name: "Ant", version: "1.7", license: "Apache 2.0", url: "http://ant.apache.org/", licenseUrl: "http://ant.apache.org/license.html") libraryLicense(name: "ASM Bytecode Manipulation Framework", libraryName: "asm", version: "3.3", license: "BSD", url: "http://asm.objectweb.org/", licenseUrl: "http://asm.objectweb.org/license.html") libraryLicense(name: "ASM Bytecode Manipulation Framework", libraryName: "asm4", version: "4.0", license: "BSD", url: "http://asm.objectweb.org/", licenseUrl: "http://asm.objectweb.org/license.html") +libraryLicense(name: "ASM Bytecode Manipulation Framework", libraryName: "asm5", version: "5.0.1", license: "BSD", url: "http://asm.objectweb.org/", licenseUrl: "http://asm.objectweb.org/license.html") libraryLicense(name: "ASM Bytecode Manipulation Framework", libraryName: "asm-tools", version: "4.0", license: "BSD", url: "http://asm.objectweb.org/", licenseUrl: "http://asm.objectweb.org/license.html") libraryLicense(name: "Axis", libraryName: "axis-1.4", version: "1.4", license: "Apache 2.0", url: "http://ws.apache.org/axis/", licenseUrl: "http://svn.jetbrains.org/idea/Trunk/bundled/WebServices/resources/lib/axis-1.4.0/axis.LICENSE") libraryLicense(name: "CGLib", libraryName: "CGLIB", version: "2.2.2", license: "Apache", url: "http://cglib.sourceforge.net/", licenseUrl: "http://www.apache.org/foundation/licence-FAQ.html") diff --git a/lib/asm-all.jar b/lib/asm-all.jar new file mode 100644 index 000000000000..2f3ed7f10bf2 Binary files /dev/null and b/lib/asm-all.jar differ diff --git a/lib/required_for_dist.txt b/lib/required_for_dist.txt index 9e98e00da837..bef2f2145685 100644 --- a/lib/required_for_dist.txt +++ b/lib/required_for_dist.txt @@ -1,6 +1,7 @@ asm-commons.jar asm.jar asm4-all.jar +asm-all.jar automaton.jar cglib-2.2.2.jar cli-parser-1.1.jar diff --git a/lib/src/asm5-src.zip b/lib/src/asm5-src.zip new file mode 100644 index 000000000000..dedd2c6d8be2 Binary files /dev/null and b/lib/src/asm5-src.zip differ