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 2005/01/14 06:06:28 UTC

svn commit: r125143 - /forrest/trunk/tools/forrestbot/core/getsrc.xml

Author: crossley
Date: Thu Jan 13 21:06:27 2005
New Revision: 125143

URL: http://svn.apache.org/viewcvs?view=rev&rev=125143
Log:
Fix pathname to default-forrest.properties

Modified:
   forrest/trunk/tools/forrestbot/core/getsrc.xml

Modified: forrest/trunk/tools/forrestbot/core/getsrc.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/tools/forrestbot/core/getsrc.xml?view=diff&rev=125143&p1=forrest/trunk/tools/forrestbot/core/getsrc.xml&r1=125142&p2=forrest/trunk/tools/forrestbot/core/getsrc.xml&r2=125143
==============================================================================
--- forrest/trunk/tools/forrestbot/core/getsrc.xml	(original)
+++ forrest/trunk/tools/forrestbot/core/getsrc.xml	Thu Jan 13 21:06:27 2005
@@ -62,7 +62,7 @@
 
     <echo>Loading ${build.cvsmodule-dir}/${getsrc.cvs.module}/forrest.properties..</echo>
     <loadproperties srcFile="${build.cvsmodule-dir}/${getsrc.cvs.module}/forrest.properties"/>
-    <loadproperties srcFile="${forrest.home}/webapp/default-forrest.properties"/>
+    <loadproperties srcFile="${forrest.home}/main/webapp/default-forrest.properties"/>
 
     <!-- only the project.content-dir directory -->
     <echo><![CDATA[<cvs cvsRoot=":pserver:${getsrc.cvs.user}@${getsrc.cvs.host}:${getsrc.cvs.root}"
@@ -112,7 +112,7 @@
 
     <echo>Loading ${build.svn-dir}/${ant.project.name}/forrest.properties..</echo>
     <loadproperties srcFile="${build.svn-dir}/${ant.project.name}/forrest.properties"/>
-    <loadproperties srcFile="${forrest.home}/webapp/default-forrest.properties"/>
+    <loadproperties srcFile="${forrest.home}/main/webapp/default-forrest.properties"/>
     
     <!-- only the project.content-dir directory -->
 	<echo>svn: ${getsrc.svn.url}/${project.content-dir} -> ${build.svn-dir}/${ant.project.name}/${project.content-dir}</echo>