You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ch...@apache.org on 2004/12/05 01:18:59 UTC

svn commit: r109836 - /forrest/trunk/main/forrest.build.xml

Author: cheche
Date: Sat Dec  4 16:18:59 2004
New Revision: 109836

URL: http://svn.apache.org/viewcvs?view=rev&rev=109836
Log:
This is misinformation.
The displayed messages does not really mean that files were loaded.
Use forrest -v to get proper information

Modified:
   forrest/trunk/main/forrest.build.xml

Modified: forrest/trunk/main/forrest.build.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/forrest.build.xml?view=diff&rev=109836&p1=forrest/trunk/main/forrest.build.xml&r1=109835&p2=forrest/trunk/main/forrest.build.xml&r2=109836
==============================================================================
--- forrest/trunk/main/forrest.build.xml	(original)
+++ forrest/trunk/main/forrest.build.xml	Sat Dec  4 16:18:59 2004
@@ -91,12 +91,8 @@
     <!-- people should use -D switch, or <ant><property>s to override these   -->
 
     <property name="project.home" location="." />
-    <property name="/" value="${file.separator}"/>
-    <echo message="Loading project specific properties from ${project.home}${/}forrest.properties" />
     <property file="${project.home}/forrest.properties" />
-    <echo message="Loading user specific properties from ${user.home}${/}forrest.properties" />
     <property file="${user.home}/forrest.properties" />
-    <echo message="Loading default properties from ${forrest.home}${/}webapp${/}default-forrest.properties" />
     <property file="${forrest.core.webapp}/default-forrest.properties" />
 
     <!-- people should use forrest.properties to override following defaults  -->