18 lines
718 B
Diff
18 lines
718 B
Diff
|
---
|
||
|
build.xml | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
Index: fop-2.1/build.xml
|
||
|
===================================================================
|
||
|
--- fop-2.1.orig/build.xml
|
||
|
+++ fop-2.1/build.xml
|
||
|
@@ -181,7 +181,7 @@ list of possible build targets.
|
||
|
<property name="lib.dir" value="${basedir}/lib"/>
|
||
|
<property name="user.hyph.dir" value="${basedir}/hyph"/>
|
||
|
<property name="unidata.dir" value="${basedir}/UNIDATA"/>
|
||
|
- <property name="hyph.stacksize" value="512k"/>
|
||
|
+ <property name="hyph.stacksize" value="1M"/>
|
||
|
<property name="test.dir" value="${basedir}/test"/>
|
||
|
<property name="build.dir" value="${basedir}/build"/>
|
||
|
<property name="build.gensrc.dir" value="${build.dir}/gensrc"/>
|