aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJoerg Pietschmann <pietsch@apache.org>2005-11-18 08:56:06 +0000
committerJoerg Pietschmann <pietsch@apache.org>2005-11-18 08:56:06 +0000
commit1ac732c8710ca02a0faf4aeaa73fbf8ada64ad63 (patch)
tree60f8481bb4cd50d45975c38a76b07f9379a6fa18 /build.xml
parente7cc4ab3cbc507cc1dd1aedf44d7fc7a6ee303b7 (diff)
downloadxmlgraphics-fop-1ac732c8710ca02a0faf4aeaa73fbf8ada64ad63.tar.gz
xmlgraphics-fop-1ac732c8710ca02a0faf4aeaa73fbf8ada64ad63.zip
XMLified files describing disabled testcases for layout engine and FO tree
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@345474 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index be516db49..24dd315c8 100644
--- a/build.xml
+++ b/build.xml
@@ -188,8 +188,10 @@ list of possible build targets.
<property name="build.property.examples.mime.type" value="application/pdf"/>
- <property name="layoutengine.disabled" value="test/layoutengine/disabled-testcases.txt"/>
- <property name="fotree.disabled" value="test/fotree/disabled-testcases.txt"/>
+ <!--property name="layoutengine.disabled" value="test/layoutengine/disabled-testcases.txt"/-->
+ <!--property name="fotree.disabled" value="test/fotree/disabled-testcases.txt"/-->
+ <property name="layoutengine.disabled" value="test/layoutengine/disabled-testcases.xml"/>
+ <property name="fotree.disabled" value="test/fotree/disabled-testcases.xml"/>
<property name="dist.bin.dir" value="${basedir}/dist-bin"/>
<property name="dist.src.dir" value="${basedir}/dist-src"/>