diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-10 20:30:57 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-10 20:30:57 +0700 |
commit | 51198de4ddc7521530ad49058df3f2e8c80ec981 (patch) | |
tree | 7d0bc3f88eb7b7deb86e4a5d26ba37ac4e52ac12 /pom.xml | |
parent | 062cd2ef86a66fe3219d3c315685bbe62a07ae62 (diff) | |
download | aspectj-51198de4ddc7521530ad49058df3f2e8c80ec981.tar.gz aspectj-51198de4ddc7521530ad49058df3f2e8c80ec981.zip |
Delete all remaining docbook contents, download them instead
Actually, only fop:fop:0.20.5 and batik:batik-1.5-fop:0.20-5 are really
used in addition to lib/saxon/saxon.jar (saxon:saxon:6.5.3). So the rest
does not need to be replaced and can just be wiped.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -273,6 +273,8 @@ <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}/docbook/fop.jar</file> + <file>${lib.directory}/docbook/batik.jar</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> |