From 82d44da6ffb1e581f5daf5ce4c923ccc52a3b21b Mon Sep 17 00:00:00 2001 From: Joerg Pietschmann Date: Tue, 6 Sep 2005 21:39:21 +0000 Subject: Add property for forking javac. Add javac.fork and user.hyph.dir to the build.porperties templates. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@279125 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'build.properties') 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 -- cgit v1.2.3