diff options
author | Simon Steiner <ssteiner@apache.org> | 2023-11-28 09:36:55 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2023-11-28 09:36:55 +0000 |
commit | 1cc4244b69d8de060e8fb00e86d4f2a9871e503d (patch) | |
tree | 4224522bb5120c1f2f0b98104bd5b72f543ef39e /fop/build.xml | |
parent | 2d0e0424a1e7b5c544427e9923a1efdc15be152d (diff) | |
download | xmlgraphics-fop-1cc4244b69d8de060e8fb00e86d4f2a9871e503d.tar.gz xmlgraphics-fop-1cc4244b69d8de060e8fb00e86d4f2a9871e503d.zip |
FOP-3162: Missing jars in servlet
Diffstat (limited to 'fop/build.xml')
-rw-r--r-- | fop/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fop/build.xml b/fop/build.xml index ad3b55b45..781128dd8 100644 --- a/fop/build.xml +++ b/fop/build.xml @@ -578,6 +578,7 @@ list of possible build targets. <include name="batik*.jar"/> <include name="commons-io*.jar"/> <include name="xmlgraphics*.jar"/> + <include name="fontbox*.jar"/> </lib> <lib dir="${build.dir}"> <include name="fop.jar"/> |