diff options
author | Jeremias Maerki <jeremias@apache.org> | 2003-07-04 20:54:17 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2003-07-04 20:54:17 +0000 |
commit | ccc897f402e21b0f9a9b9912864301b5b659ae53 (patch) | |
tree | 159e963e99fed7a0a085116aec8f292f9348bf88 /build.properties | |
parent | f651f86849503244dee06e64108c48841a841717 (diff) | |
download | xmlgraphics-fop-ccc897f402e21b0f9a9b9912864301b5b659ae53.tar.gz xmlgraphics-fop-ccc897f402e21b0f9a9b9912864301b5b659ae53.zip |
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
Diffstat (limited to 'build.properties')
-rw-r--r-- | build.properties | 6 |
1 files changed, 5 insertions, 1 deletions
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 = <Optional Lib Directory>
\ No newline at end of file |