diff options
author | Peter Hancock <phancock@apache.org> | 2011-08-22 15:14:54 +0000 |
---|---|---|
committer | Peter Hancock <phancock@apache.org> | 2011-08-22 15:14:54 +0000 |
commit | 937d2cbd25b967195ee81c74a43fa3ae4fd2d703 (patch) | |
tree | 917c75d16fc7bc6d84448d6bf23b9c95ac349abf /build.xml | |
parent | c3e956474f171eec631678fb5797e5469675b009 (diff) | |
download | xmlgraphics-fop-937d2cbd25b967195ee81c74a43fa3ae4fd2d703.tar.gz xmlgraphics-fop-937d2cbd25b967195ee81c74a43fa3ae4fd2d703.zip |
Fixed a bug in AFP where an ArrayOutofBoundsException is throwqn when embedding a Page Segment.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1160298 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -738,6 +738,7 @@ list of possible build targets. <include name="META-INF/**"/> <include name="**/*.xml"/> <include name="**/*.fo"/> + <include name="**/*.afp"/> </fileset> <fileset dir="${build.dir}/test-gensrc"> <include name="**/*.xml"/> |