From 0b1652d48fb24b40cb2da756d20853c70be669cf Mon Sep 17 00:00:00 2001 From: Manuel Mall Date: Fri, 7 Oct 2005 13:15:51 +0000 Subject: [PATCH] Separated JUnit tests into groups with separate targets, added fotree test to default JUnit target, test for the presence of hyphenation support as prerequisite for layout tests git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@307113 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 38 ++++++++++++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/build.xml b/build.xml index c0a9718be..83db22cae 100644 --- a/build.xml +++ b/build.xml @@ -35,7 +35,7 @@ If everything is right and all the required packages are visible, this action will generate a file called "fop.jar" in the "./build" directory. If you experience any problems with the build please visit the FOP website for -more information: http://xml.apache.org/fop +more information: http://xmlgraphics.apache.org/fop Build targets @@ -411,7 +411,7 @@ list of possible build targets. - + @@ -439,7 +439,7 @@ list of possible build targets. - + @@ -533,7 +533,7 @@ list of possible build targets. - + @@ -570,7 +570,7 @@ list of possible build targets. - + @@ -597,7 +597,7 @@ list of possible build targets. - + @@ -646,6 +646,9 @@ list of possible build targets. + + + @@ -666,6 +669,27 @@ list of possible build targets. + + + + + + + + + + + + + + + + + + + + + @@ -710,6 +734,8 @@ list of possible build targets. + + -- 2.39.5