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/29 13:26:30 UTC

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

Author: crossley
Date: Wed Sep 29 04:26:29 2004
New Revision: 47480

Modified:
   forrest/trunk/src/core/forrest.build.xml
Log:
The property "custom_jetty_config" was never being set.
Submitted by: Lorenz Froihofer
FOR-302


Modified: forrest/trunk/src/core/forrest.build.xml
==============================================================================
--- forrest/trunk/src/core/forrest.build.xml	(original)
+++ forrest/trunk/src/core/forrest.build.xml	Wed Sep 29 04:26:29 2004
@@ -136,6 +136,9 @@
     <filter token="forrest.home" value="${forrest.home}"/>
     <filter token="project.home" value="${project.home}"/>
 
+    <available file="${content-dir}/jettyconf.xml" 
+      property="custom_jetty_config"/>
+
     <!-- 
     Skin aliasing for backwards compatability
         0.5 => 0.6
@@ -430,7 +433,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="${content-dir}/jettyconf.xml" />