You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/09/22 05:54:05 UTC

svn commit: rev 47024 - forrest/trunk/src/core

Author: crossley
Date: Tue Sep 21 20:54:04 2004
New Revision: 47024

Modified:
   forrest/trunk/src/core/forrest.build.xml
Log:
Another change which should have been part of r46298 (fix FOR-267).
Also some minor text tweaks.


Modified: forrest/trunk/src/core/forrest.build.xml
==============================================================================
--- forrest/trunk/src/core/forrest.build.xml	(original)
+++ forrest/trunk/src/core/forrest.build.xml	Tue Sep 21 20:54:04 2004
@@ -200,10 +200,11 @@
 to regenerate and publish the *whole* site, so that all pages 
 are rendered with the "${project.new-skin-name}" skin.
 
-If you fail to do so it's almost certain that the site won't 
+If you fail to do so it is almost certain that the site will not
 look right.
 
-Please update forrest.properties to remove this warning. 
+Please update forrest.properties to choose a new skin
+and so remove this warning.
 </echo>
             <var name="project.skin" value="${project.new-skin-name}"/>
         </then>
@@ -451,7 +452,6 @@
          <path refid="forrest.cp"/>
        </classpath>
        <jvmarg line="${forrest.jvmargs}"/>
-       <jvmarg line="${forrest.basic.jvmargs}"/>
        <jvmarg
          value="-Djava.endorsed.dirs=${java.endorsed.dirs}${path.separator}${forrest.endorsed.lib-dir}"/>
        <arg line="${forrest.home}/context/jettyconf.xml" />