aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2009-01-30 19:28:59 +0000
committerJeremias Maerki <jeremias@apache.org>2009-01-30 19:28:59 +0000
commit5a32e5468b4df6fd33c76027f8f72385f8140373 (patch)
treeef2451e54e1b094df3c0051f829b0428029d5269 /build.xml
parent77c49600624d70f8de7a19757342bd897c6de20f (diff)
downloadxmlgraphics-fop-5a32e5468b4df6fd33c76027f8f72385f8140373.tar.gz
xmlgraphics-fop-5a32e5468b4df6fd33c76027f8f72385f8140373.zip
Fixed test error for transcoders.
Enabled disabling strict validation from inside the test case. This enabled activating the border/padding test case for region references. Refactored layout engine and intermediate format tests a bit to increase code reuse. Fixed the way border/padding are set on the area tree. The current way had unwanted side-effects for the AreaTreeParser. Added support for border/padding on region references when parsing from area tree XML. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@739386 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/build.xml b/build.xml
index fb1b451b9..fca9cec52 100644
--- a/build.xml
+++ b/build.xml
@@ -593,11 +593,7 @@ list of possible build targets.
<include name="org/apache/fop/area/AreaTreeControl*"/>
<include name="org/apache/fop/svg/**"/>
<include name="org/apache/fop/fonts/**"/>
- <include name="org/apache/fop/image/FopImag*.class"/>
- <include name="org/apache/fop/image/Jpeg*"/>
- <include name="org/apache/fop/image/EPS*"/>
- <include name="org/apache/fop/image/Abstract*"/>
- <include name="org/apache/fop/image/analyser/*.class"/>
+ <include name="org/apache/fop/image/loader/batik/BatikImageFlavors*.class"/>
<include name="org/apache/fop/util/CMYKColorSpace*.class"/>
<include name="org/apache/fop/util/Color*.class"/>
<include name="org/apache/fop/util/ASCII*.class"/>