Author: thorsten
Date: Wed Sep 22 12:38:22 2010
New Revision: 999909
URL: http://svn.apache.org/viewvc?rev=999909&view=rev
Log:
in DROIDS-102 Alex Baranau had problems to build our site with forrest.
We are using latest trunk version of forrest and dispatcher instead of skins.
Further changing the jetty port to prevent clashes"
Modified:
incubator/droids/trunk/forrest.properties
Modified: incubator/droids/trunk/forrest.properties
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/forrest.properties?rev=999909&r1=999908&r2=999909&view=diff
==============================================================================
--- incubator/droids/trunk/forrest.properties (original)
+++ incubator/droids/trunk/forrest.properties Wed Sep 22 12:38:22 2010
@@ -22,10 +22,10 @@
# project.required.plugins property in the forrest.properties file by the one
# defined in this file.
#
-project.required.plugins=org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core
+project.required.plugins=org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.internal.dispatcher
# Work around for FOR-1066
# Dispatcher started failing on seed sample site
# recently with out-of-memory error
forrest.maxmemory=512M
-forrest.jvmargs=-Xms256M -Xmx512M
+forrest.jvmargs=-Xms256M -Xmx512M -Djetty.port=9999