aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-10 13:03:30 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-10 13:03:30 +0700
commit3612f72740b56204ee0d3563171a2c0209c3694c (patch)
treec917d935468560aa0ed20a737e4e86acba3b8c0a /pom.xml
parent34cda077348a5af1f9ec85b60803bb067ef33d38 (diff)
downloadaspectj-3612f72740b56204ee0d3563171a2c0209c3694c.tar.gz
aspectj-3612f72740b56204ee0d3563171a2c0209c3694c.zip
Switch from 'libx' to 'lib', delete all obsolete binaries
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 5b3104d98..5b50159ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<lib.commons.logging.version>1.0.1</lib.commons.logging.version>
<lib.commons.logging.tag>LOGGING_1_0_1</lib.commons.logging.tag>
<asm.version>9.1</asm.version>
- <lib.directory>${maven.multiModuleProjectDirectory}/libx</lib.directory>
+ <lib.directory>${maven.multiModuleProjectDirectory}/lib</lib.directory>
</properties>
<repositories>
@@ -73,7 +73,7 @@
<!-- FYI: These are NOT meant to be sub-modules but a stand-alone projects built and deployed independently. -->
<!--
<module>asm-renamed</module>
- <module>libx</module>
+ <module>lib</module>
-->
<!-- create the important artifacts we care about -->
@@ -264,7 +264,7 @@
Maven Enforcer does not strip any whitespace or unindent, which looks quite ugly on the console.
-->
<message>
- Please go to module subdirectory 'libx' and run 'mvn compile' there. This should take care of downloading all necessary libraries to that directory, where some tests expect them to be.
+ Please go to module subdirectory 'lib' and run 'mvn compile' there. This should take care of downloading all necessary libraries to that directory, where some tests expect them to be.
</message>
<files>
<file>${lib.directory}/ant/bin/ant</file>