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 /docs | |
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 'docs')
-rw-r--r-- | docs/build.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/build.xml b/docs/build.xml index e9f0e9b8b..ba81c73d3 100644 --- a/docs/build.xml +++ b/docs/build.xml @@ -463,15 +463,9 @@ classname="org.apache.fop.tools.anttasks.Fop" > <classpath> - <fileset dir="${aspectj.modules.lib.dir}/docbook/fop"> + <fileset dir="${aspectj.modules.lib.dir}/docbook"> <include name="fop.jar" /> <include name="batik.jar" /> - <include name="avalon.jar" /> <!-- lib/docbook/fop/avalon-framework-cvs-20020806.jar: wrong path, but build works anyway --> - </fileset> - <fileset dir="${aspectj.modules.lib.dir}/ant"> - <include name="xalan.jar" /> <!-- lib/docbook/fop/xalan.jar: wrong path, but build works anyway --> - <include name="xercesImpl.jar" /> <!-- lib/ant/lib/xercesImpl.jar: wrong path, but build works anyway --> - <include name="xml-apis.jar" /> <!-- lib/ant/lib/xml-apis.jar: wrong path, but build works anyway --> </fileset> </classpath> </taskdef> |