aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAdrian Cumiskey <acumiskey@apache.org>2008-11-04 15:47:20 +0000
committerAdrian Cumiskey <acumiskey@apache.org>2008-11-04 15:47:20 +0000
commitc8c827a841922df782de14a80c2dff0ddeac4638 (patch)
tree3801bac2fe0815d298c96e3170289dc20268b495 /build.xml
parent74355f1f4b9ce01d9ad26c4c42ad025daff1263f (diff)
downloadxmlgraphics-fop-c8c827a841922df782de14a80c2dff0ddeac4638.tar.gz
xmlgraphics-fop-c8c827a841922df782de14a80c2dff0ddeac4638.zip
*State --> *PaintingState
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@711276 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 1b550b0b7..2d92b2e11 100644
--- a/build.xml
+++ b/build.xml
@@ -612,7 +612,7 @@ list of possible build targets.
<exclude name="org/apache/fop/render/pdf/PDFRenderer.class"/>
<exclude name="org/apache/fop/render/pdf/PDFXMLHandler*"/>
<include name="org/apache/fop/render/*RendererConfigurator**"/>
- <include name="org/apache/fop/AbstractState**"/>
+ <include name="org/apache/fop/util/AbstractPaintingState**"/>
<include name="org/apache/fop/pdf/**"/>
</patternset>
<!-- PS transcoder -->