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 /lib | |
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 'lib')
-rw-r--r-- | lib/pom.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/pom.xml b/lib/pom.xml index 7685058a1..1e624c460 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -221,27 +221,6 @@ </artifactItem> <artifactItem> - <!-- Available from GitHub Packages (needs special repository declaration) --> - <groupId>org.aspectj</groupId> - <artifactId>asm-renamed</artifactId> - <version>${asm.version}</version> - <type>jar</type> - <overWrite>false</overWrite> - <outputDirectory>asm</outputDirectory> - <destFileName>asm-${asm.version}.renamed.jar</destFileName> - </artifactItem> - <artifactItem> - <!-- Available from GitHub Packages (needs special repository declaration) --> - <groupId>org.aspectj</groupId> - <artifactId>asm-renamed</artifactId> - <version>${asm.version}</version> - <type>java-source</type> - <classifier>sources</classifier> - <overWrite>false</overWrite> - <outputDirectory>asm</outputDirectory> - <destFileName>asm-${asm.version}.renamed-src.zip</destFileName> - </artifactItem> - <artifactItem> <!-- Binary is identical to committed version in branch 'jdtcore-new' --> <groupId>com.googlecode.jarjar</groupId> <artifactId>jarjar</artifactId> @@ -648,7 +627,6 @@ <directory>.</directory> <includes> <include>ant/**</include> - <include>asm/**</include> <include>commons/**</include> <include>docbook/**</include> <include>jarjar/**</include> @@ -673,10 +651,6 @@ <dependencies> <dependency> <groupId>org.aspectj</groupId> - <artifactId>asm-renamed</artifactId> - </dependency> - <dependency> - <groupId>org.aspectj</groupId> <artifactId>org.eclipse.jdt.core</artifactId> </dependency> </dependencies> |