Author: vhennebert
Date: Tue May 19 10:59:09 2009
New Revision: 776269
URL: http://svn.apache.org/viewvc?rev=776269&view=rev
Log:
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).
Modified:
xmlgraphics/fop/trunk/forrest.properties
xmlgraphics/fop/trunk/src/documentation/skinconf.xml
Modified: xmlgraphics/fop/trunk/forrest.properties
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/forrest.properties?rev=776269&r1=776268&r2=776269&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/forrest.properties (original)
+++ xmlgraphics/fop/trunk/forrest.properties Tue May 19 10:59:09 2009
@@ -92,7 +92,7 @@
# (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=
Modified: xmlgraphics/fop/trunk/src/documentation/skinconf.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/skinconf.xml?rev=776269&r1=776268&r2=776269&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/skinconf.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/skinconf.xml Tue May 19 10:59:09
2009
@@ -369,6 +369,7 @@
<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 @@
<width>125</width>
<height>125</height>
</credit>
+ -->
<credit box-location="alt2">
<name>ApacheCon US 2009</name>
<url>http://us.apachecon.com/</url>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]