diff options
Diffstat (limited to 'build.properties')
-rw-r--r-- | build.properties | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/build.properties b/build.properties index 906594cde..e76ff5354 100644 --- a/build.properties +++ b/build.properties @@ -5,23 +5,24 @@ ## The file buil-local.properties is not stored in the code ## repository and ignored for file adds. -## ----------------------- -## 1. Important path settings +## =================================================================== +## 1. Path settings ## All Jars from the optional lib directory are added used for ## compilation and JUnit tests. Put your jars for additional ## dependencies and tools here. # optional.lib.dir = /home/bart/java/lib -## ----------------------- +## =================================================================== ## 2. Switches for common tasks -# Javac switches +## Javac switches # debug = on # optimize = off # deprecation = on # javac.source = 1.3 # javac.target = 1.3 +# javac.fork = on ## JUnit task switches # junit.fork = on @@ -30,10 +31,13 @@ ## Add packages for FOP extensions if necessary. # javadoc.packages = org.apache.fop.*,fopextension.* -## ----------------------- +## =================================================================== ## 3. FOP specific properties -# Specify an alternate file that contains a list of disabled layout -# engine tests. +## Specify an alternate file that contains a list of disabled layout +## engine tests. # layoutengine.disabled = test/layoutengine/disabled-testcases.txt +## Specify an alternate directory to scan for user supplied +## hyphenation pattern files. +# user.hyph.dir = /home/bart/offo
\ No newline at end of file |