aboutsummaryrefslogtreecommitdiffstats
path: root/build.properties
diff options
context:
space:
mode:
authorJoerg Pietschmann <pietsch@apache.org>2005-09-06 21:39:21 +0000
committerJoerg Pietschmann <pietsch@apache.org>2005-09-06 21:39:21 +0000
commit82d44da6ffb1e581f5daf5ce4c923ccc52a3b21b (patch)
tree0a4d867d36dded32565e9785c414a1d6505761be /build.properties
parent19e32aacd9159d175c4c824a5da758f3a78ca7be (diff)
downloadxmlgraphics-fop-82d44da6ffb1e581f5daf5ce4c923ccc52a3b21b.tar.gz
xmlgraphics-fop-82d44da6ffb1e581f5daf5ce4c923ccc52a3b21b.zip
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
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties18
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