diff options
author | Simon Pepping <spepping@apache.org> | 2009-08-18 20:05:01 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2009-08-18 20:05:01 +0000 |
commit | 40b065f45838f40ebdd7225e67f89e9c62ca3947 (patch) | |
tree | 98134f4aeac1ea535ff2dd953cd75284fe131e13 /build.properties | |
parent | c2b8346e6cdc2b2686b38c8f351c591802195242 (diff) | |
download | xmlgraphics-fop-40b065f45838f40ebdd7225e67f89e9c62ca3947.tar.gz xmlgraphics-fop-40b065f45838f40ebdd7225e67f89e9c62ca3947.zip |
Prepare for new hyphenation pattern files, which do not have their own classes and instead use the default classes in FOP. Modified the build process to a forked java task, in order to be able to set a larger stack size for the compilation of the large number of classes. Added an ant task to generate a new default classes file, to be used with an update of the Unicode Character Database.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@805561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.properties')
-rw-r--r-- | build.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.properties b/build.properties index c5e483204..9c6472cee 100644 --- a/build.properties +++ b/build.properties @@ -50,5 +50,6 @@ # layoutengine.disabled = test/layoutengine/disabled-testcases.txt ## Specify an alternate directory to scan for user supplied -## hyphenation pattern files. +## hyphenation pattern files and Unicode data files. # user.hyph.dir = /home/bart/offo +# unidata.dir = /usr/share/doc/Unicode/UNIDATA |