aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asm/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Switch from 'libx' to 'lib', delete all obsolete binariesAlexander Kriegisch2021-04-101-13/+0
| | | | | | | | | | | | | | | | | | | | Because 'cd lib && mvn compile' can now download and (un)zip many previously SCM-committed third-party dependencies, the following 'lib' subdirectories have been deleted: - ant - asm - commons - jarjar - junit - regexp - saxon This one is new (but not stored in SCM): - jdtcore-aj For each of them, there now is a .gitignore entry, so as to prevent developers from accidentally committing the downloaded binaries again. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Upgrade to ASM 9.1, delete obsolete ASM binariesAlexander Kriegisch2021-03-161-10/+9
| | | | | | | | | | | Keep only ASM 2.0 binary because it is still used in UnweavableTest which uses an old ASM API, e.g. with a ClassWriter constructor which no longer exists. Also add JarJar 1.3 library because it is needed by an Ant task in lib/asm/build.xml. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Update ASM and fix packaging for matcher artifactAndy Clement2020-07-171-2/+2
|
* Update to an ASM for Java13Andy Clement2019-11-251-2/+2
|
* More fixes for 1.9.2V1_9_2_RC2Andy Clement2018-10-011-2/+2
| | | | | | - update to more recent JDT to pickup Nestmates fix - bcel updated for NestMembers/NestHost attributes - testcases for nestmates
* 1.9.2.RC1 changesV1_9_2_RC1Andy Clement2018-09-291-3/+3
|
* Support Java10Andy Clement2018-04-181-2/+2
|
* Add missing cases to bcel constantToStringAndy Clement2018-02-071-2/+2
|
* rebuilt internal dependenciesAndy Clement2017-10-201-1/+1
|
* Upgraded to ASM 6 BETAAndy Clement2017-09-211-2/+2
|
* Update Asm to pick up fixes for stack map generationAndy Clement2015-08-101-3/+3
| | | | Issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=452056
* ASM 5.0.1 plus polish/formattingAndy Clement2014-04-011-3/+3
|
* AspectJ 1.8Andy Clement2013-07-291-3/+3
|
* invokedynamic support in bcelAndy Clement2012-03-191-3/+3
|
* asm3.3.1/jarjar'd and activated auto stackmap creation for major version 51 ↵aclement2011-08-081-0/+14
| | | | classfiles (java7)
* removed unused stuffaclement2008-06-041-12/+0
|
* optimization: use asm for lightweight delegatesaclement2006-02-221-0/+12