aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-10 19:55:01 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-10 19:55:01 +0700
commit062cd2ef86a66fe3219d3c315685bbe62a07ae62 (patch)
treea84f6ac44ef757766d5582347527a4f7e0ca5e0b /pom.xml
parent92edca3ea7a482d59a9086b1cb61413ed8604b67 (diff)
downloadaspectj-062cd2ef86a66fe3219d3c315685bbe62a07ae62.tar.gz
aspectj-062cd2ef86a66fe3219d3c315685bbe62a07ae62.zip
Delete docbook XSL + DTD directories from libs, download instead
It was kind of difficult to identify and find the vintage versions used in AspectJ in download archives, but finally I managed to. Docs generation looks good visually, tests to be run on GitHub CI. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5b50159ee..f10c16d5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,10 +267,12 @@
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>
+ <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>
<file>${lib.directory}/jarjar/jarjar-1.3.jar</file>
<file>${lib.directory}/jdtcore-aj/jdtcore-for-aspectj.jar</file>
<file>${lib.directory}/junit/junit.jar</file>