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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 09bc5c982..f279fa9bc 100644 --- a/.gitignore +++ b/.gitignore @@ -35,9 +35,7 @@ bin/ /lib/ant/ /lib/asm/ /lib/commons/ -/lib/docbook/docbook-dtd/ -/lib/docbook/docbook-xsl/ -/lib/docbook/doc*.zip +/lib/docbook/ /lib/jarjar/ /lib/jdtcore-aj/ /lib/junit/ |