aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pom.xml
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-10 20:30:57 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-10 20:30:57 +0700
commit51198de4ddc7521530ad49058df3f2e8c80ec981 (patch)
tree7d0bc3f88eb7b7deb86e4a5d26ba37ac4e52ac12 /lib/pom.xml
parent062cd2ef86a66fe3219d3c315685bbe62a07ae62 (diff)
downloadaspectj-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 'lib/pom.xml')
-rw-r--r--lib/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/pom.xml b/lib/pom.xml
index 621c49def..c8b1edc64 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -363,6 +363,28 @@
<destFileName>commons-logging-${lib.commons.logging.version}.jar</destFileName>
</artifactItem>
+ <!-- Libraries used to create HTML docs from XML DocBook files -->
+ <artifactItem>
+ <!-- Binary is identical to committed version -->
+ <groupId>fop</groupId>
+ <artifactId>fop</artifactId>
+ <version>0.20.5</version>
+ <type>jar</type>
+ <overWrite>false</overWrite>
+ <outputDirectory>docbook</outputDirectory>
+ <destFileName>fop.jar</destFileName>
+ </artifactItem>
+ <artifactItem>
+ <!-- Binary is identical to committed version -->
+ <groupId>batik</groupId>
+ <artifactId>batik-1.5-fop</artifactId>
+ <version>0.20-5</version>
+ <type>jar</type>
+ <overWrite>false</overWrite>
+ <outputDirectory>docbook</outputDirectory>
+ <destFileName>batik.jar</destFileName>
+ </artifactItem>
+
</artifactItems>
</configuration>
</execution>