diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-16 12:22:46 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-16 13:19:45 +0700 |
commit | 1602d79a829c060c37d0e9627909a8f3638bfd79 (patch) | |
tree | 25eba451aa34b014d1ec22a7e195e8402393201b /pom.xml | |
parent | d35885bc5faef4936aa5c4207da8f9a3a855630a (diff) | |
download | aspectj-1602d79a829c060c37d0e9627909a8f3638bfd79.tar.gz aspectj-1602d79a829c060c37d0e9627909a8f3638bfd79.zip |
Remove managing obsolete folder lib/asm
The new string AjcTestCase.CLASSPATH_ASM_RENAMED dynamically determines
the 'asm-renamed' location from the classpath, system property
'java.class.path'.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -300,7 +300,6 @@ <files> <file>${lib.directory}/ant/bin/ant.bat</file> <file>${lib.directory}/ant/lib/junit.jar</file> - <file>${lib.directory}/asm/asm-${asm.version}.renamed.jar</file> <file>${lib.directory}/commons/commons.jar</file> <file>${lib.directory}/docbook/docbook-dtd/docbookx.dtd</file> <file>${lib.directory}/docbook/docbook-xsl/html/chunk.xsl</file> |