diff options
author | Christian Geisert <chrisg@apache.org> | 2005-09-20 10:11:03 +0000 |
---|---|---|
committer | Christian Geisert <chrisg@apache.org> | 2005-09-20 10:11:03 +0000 |
commit | 93d2fb0f22ca8abf6161555d7b7c4588f555be5e (patch) | |
tree | f1d2a539165ee88f84de8b7ac4c159310f749498 | |
parent | 1860711be91f5b20d0c83b07e42f5e02353c9316 (diff) | |
download | xmlgraphics-fop-93d2fb0f22ca8abf6161555d7b7c4588f555be5e.tar.gz xmlgraphics-fop-93d2fb0f22ca8abf6161555d7b7c4588f555be5e.zip |
include serializer.jar in dist (see Bugzilla #36677)
Submitted by: Matthew Daniel <bugzilla -at- mdaniel.scdi.com>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290407 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ list of possible build targets. <include name="lib/xercesImpl-*.jar"/> <include name="lib/xalan-*.jar"/> <include name="lib/xml-apis*.jar"/> + <include name="lib/serializer*.jar"/> <include name="lib/batik*.jar"/> <include name="lib/avalon-framework*.jar"/> <include name="lib/commons-logging*.jar"/> |