You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by br...@apache.org on 2004/04/28 05:39:35 UTC

svn commit: rev 10342 - xml/forrest/trunk/scratchpad/forrestbot2

Author: brondsem
Date: Tue Apr 27 20:39:34 2004
New Revision: 10342

Modified:
   xml/forrest/trunk/scratchpad/forrestbot2/xml-forrest.xml
Log:
use deploy.cvs

Modified: xml/forrest/trunk/scratchpad/forrestbot2/xml-forrest.xml
==============================================================================
--- xml/forrest/trunk/scratchpad/forrestbot2/xml-forrest.xml	(original)
+++ xml/forrest/trunk/scratchpad/forrestbot2/xml-forrest.xml	Tue Apr 27 20:39:34 2004
@@ -19,10 +19,11 @@
   <property name="getsrc.svn.url" value="http://svn.apache.org/repos/asf/xml/forrest/trunk"/>
   <target name="getsrc" depends="getsrc.svn"/>
   
-  <import file="deploy.cvs.settings.xml"/>
+  <!-- create this file to be an ant project (not stored in CVS or SVN)
+  that sets deploy.cvs.user and deploy.cvs.password propeties -->
+  <import file="deploy.cvs.settings"/>
   <property name="deploy.cvs.module" value="xml-site/targets/forrest"/>
   <target name="deploy" depends="deploy.cvs"/>
-  <import file="core/forrestbot.xml"/>
 
+  <import file="core/forrestbot.xml"/>
 </project>
-