diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2009-05-19 10:59:09 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2009-05-19 10:59:09 +0000 |
commit | 4242a406d9e1bf323f3add1abbc6f0f7664a6ff1 (patch) | |
tree | 9ec546bb048852e7e7fb3a9324b36b2b6ec8429f | |
parent | 2e6df1438d629944f2cb342467bdcecc0fcb5fbe (diff) | |
download | xmlgraphics-fop-4242a406d9e1bf323f3add1abbc6f0f7664a6ff1.tar.gz xmlgraphics-fop-4242a406d9e1bf323f3add1abbc6f0f7664a6ff1.zip |
ApacheCon Europe 2009 is over, commented out link.
Increased max heap size allocated to Cocoon, otherwise an OutOfMemoryError will occur when generating the compliance PDF (I finally found out why I was having this error and how to fix it).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@776269 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | forrest.properties | 2 | ||||
-rw-r--r-- | src/documentation/skinconf.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/forrest.properties b/forrest.properties index 62f777d63..6e9872d96 100644 --- a/forrest.properties +++ b/forrest.properties @@ -92,7 +92,7 @@ forrest.validate.skins.stylesheets=${forrest.validate.skins} # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR) #project.debuglevel=ERROR # Max memory to allocate to Java -#forrest.maxmemory=64m +forrest.maxmemory=128m # Any other arguments to pass to the JVM. For example, to run on an X-less # server, set to -Djava.awt.headless=true #forrest.jvmargs= diff --git a/src/documentation/skinconf.xml b/src/documentation/skinconf.xml index 1944ad856..ccafd9541 100644 --- a/src/documentation/skinconf.xml +++ b/src/documentation/skinconf.xml @@ -369,6 +369,7 @@ which will be used to configure the chosen Forrest skin. <width>88</width> <height>31</height> </credit> + <!-- <credit box-location="alt2"> <name>ApacheCon Europe 2009</name> <url>http://eu.apachecon.com/</url> @@ -376,6 +377,7 @@ which will be used to configure the chosen Forrest skin. <width>125</width> <height>125</height> </credit> + --> <credit box-location="alt2"> <name>ApacheCon US 2009</name> <url>http://us.apachecon.com/</url> |