From e3b6e3da3b59435c6190cdec99ec1b3547186533 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 7 Aug 2002 14:18:36 +0000 Subject: [PATCH] Improve build process for more flexibility when external jars change. Changed to use -projecthelp option from Ant 1.5 instead of "usage" target. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195067 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 188 ++++++++++++++++++++++++----------------------------- status.xml | 4 ++ 2 files changed, 90 insertions(+), 102 deletions(-) diff --git a/build.xml b/build.xml index 606daa487..80915ab57 100644 --- a/build.xml +++ b/build.xml @@ -108,67 +108,68 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + + + + + + + - - - - - - - - @@ -203,8 +204,8 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - - + + @@ -213,8 +214,8 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - - + + @@ -265,7 +266,6 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - @@ -281,28 +281,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - - - - - - - - - - - - - - - - - - - - - - + @@ -327,10 +306,10 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - + + targetDir="${build.dest}/hyph"/> @@ -354,7 +333,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - + @@ -375,7 +354,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - + @@ -435,51 +414,55 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - + - + - + - + + + + + + - + + + + + - + - + - + @@ -498,12 +481,12 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - + - + @@ -536,12 +519,13 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - + - + - + - + @@ -606,7 +590,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - + @@ -650,11 +634,11 @@ Sometimes ant gives out this warnings, but the build is finished without any pro - + - + diff --git a/status.xml b/status.xml index 4ecb2e26d..204f8ae04 100644 --- a/status.xml +++ b/status.xml @@ -76,6 +76,10 @@ inactive?? + + Improve build process for more flexibility when external jars change. + Changed to use -projecthelp option from Ant 1.5 instead of "usage" target. + Updated Avalon Framework JAR (with Log4J support, Bug 11274) -- 2.39.5