aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPeter Hancock <phancock@apache.org>2011-08-22 15:14:54 +0000
committerPeter Hancock <phancock@apache.org>2011-08-22 15:14:54 +0000
commit937d2cbd25b967195ee81c74a43fa3ae4fd2d703 (patch)
tree917c75d16fc7bc6d84448d6bf23b9c95ac349abf /build.xml
parentc3e956474f171eec631678fb5797e5469675b009 (diff)
downloadxmlgraphics-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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 1dd2ca689..c1828a144 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>