From: Jeremias Maerki Date: Fri, 4 Jul 2003 20:54:17 +0000 (+0000) Subject: Add possibility to specify an "optional-lib" directory outside of FOP's tree (for... X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1336 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ccc897f402e21b0f9a9b9912864301b5b659ae53;p=xmlgraphics-fop.git Add possibility to specify an "optional-lib" directory outside of FOP's tree (for checkstyle, Jimi, JAI etc.) More base-dir references Optional JUnit support (only runs when present) Show ant version Start of an all-in-one transcoder package git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196605 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.properties b/build.properties index c89572bc0..0bd20366b 100644 --- a/build.properties +++ b/build.properties @@ -2,4 +2,8 @@ # which is not stored in CVS (due to .cvsignore) # output format for "ant examples" -build.property.examples.mime.type = application/pdf \ No newline at end of file +build.property.examples.mime.type = application/pdf + +# directory for optional-lib (so there is no need to copy the jar into +# the fop/lib directory +# optional.lib.dir = \ No newline at end of file diff --git a/build.xml b/build.xml index 4d9aaabe2..923b9bf7c 100644 --- a/build.xml +++ b/build.xml @@ -38,8 +38,10 @@ list of possible build targets. - - + + + + @@ -83,23 +85,36 @@ list of possible build targets. - + + + + - - + + - + + + + + + + + - + + + + @@ -228,6 +243,8 @@ list of possible build targets. + + @@ -239,6 +256,7 @@ list of possible build targets. + @@ -250,6 +268,7 @@ list of possible build targets. + @@ -261,7 +280,20 @@ list of possible build targets. - + + + + + + + + + + + + + @@ -313,12 +345,12 @@ list of possible build targets. - - + + - - + +