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/10/19 06:52:03 UTC

svn commit: r326386 - /forrest/zone/htdocs/ft/cocoon-docs.xml

Author: crossley
Date: Tue Oct 18 21:51:59 2005
New Revision: 326386

URL: http://svn.apache.org/viewcvs?rev=326386&view=rev
Log:
Use getsrc.svn rather than getsrc.local

Modified:
    forrest/zone/htdocs/ft/cocoon-docs.xml

Modified: forrest/zone/htdocs/ft/cocoon-docs.xml
URL: http://svn.apache.org/viewcvs/forrest/zone/htdocs/ft/cocoon-docs.xml?rev=326386&r1=326385&r2=326386&view=diff
==============================================================================
--- forrest/zone/htdocs/ft/cocoon-docs.xml (original)
+++ forrest/zone/htdocs/ft/cocoon-docs.xml Tue Oct 18 21:51:59 2005
@@ -1,16 +1,16 @@
-<project name="forrest-seed" default="main">
+<project name="cocoon-docs" default="main">
   <property name="notify.email.host" value="localhost"/>
   <property name="notify.email.to" value="Ross Gardler &lt;rgardler@apache.org>"/>
   <property name="notify.administrator" value="Ross Gardler"/>
   
   <property name="notify.on.failure" value="true"/>
   <property name="notify.on.success" value="true"/>
-  <property name="build.work-dir" value="/export/home/config/forrestbot-trunk/conf/work/cocoon-site"/>
+  <property name="build.work-dir" value="/export/home/config/forrestbot-trunk/conf/work/cocoon-docs"/>
   <property name="build.log-dir" value="/export/home/config/forrestbot-trunk/logs"/>
-  <property name="getsrc.local.root-dir" location="."/>
+  <property name="getsrc.svn.url" value="http://svn.apache.org/repos/asf/forrest/zone/test-sources/cocoon-docs"/>
   <property name="deploy.local.dir" value="/var/apache2/htdocs/ft/publish/cocoon-site"/>
   
-  <target name="getsrc" depends="getsrc.clean-workdir, getsrc.local"/>
+  <target name="getsrc" depends="getsrc.clean-workdir, getsrc.svn"/>
   <target name="notify" depends="notify.local, notify.email"/>
   <target name="deploy" depends="deploy.local"/>