You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2006/02/02 20:13:58 UTC

svn commit: r374460 - in /lenya/zone/htdocs: publish-website-preview.xml publish-zone.xml

Author: thorsten
Date: Thu Feb  2 11:13:54 2006
New Revision: 374460

URL: http://svn.apache.org/viewcvs?rev=374460&view=rev
Log:
Activating notification to the forrestbot that deploys our zone site and the staging docu

Modified:
    lenya/zone/htdocs/publish-website-preview.xml
    lenya/zone/htdocs/publish-zone.xml

Modified: lenya/zone/htdocs/publish-website-preview.xml
URL: http://svn.apache.org/viewcvs/lenya/zone/htdocs/publish-website-preview.xml?rev=374460&r1=374459&r2=374460&view=diff
==============================================================================
--- lenya/zone/htdocs/publish-website-preview.xml (original)
+++ lenya/zone/htdocs/publish-website-preview.xml Thu Feb  2 11:13:54 2006
@@ -28,6 +28,7 @@
   <!-- Deploy -->
   <property name="deploy.local.dir" value="${env.DOC_ROOT}/docu"/>
   <target name="deploy" depends="deploy.local"/>
+  <target name="notify" depends="notify.local, notify.email"/>
   <!-- default stuff -->
   <import file="${env.FORREST_HOME}/tools/forrestbot/core/forrestbot.xml"/>
 </project>

Modified: lenya/zone/htdocs/publish-zone.xml
URL: http://svn.apache.org/viewcvs/lenya/zone/htdocs/publish-zone.xml?rev=374460&r1=374459&r2=374460&view=diff
==============================================================================
--- lenya/zone/htdocs/publish-zone.xml (original)
+++ lenya/zone/htdocs/publish-zone.xml Thu Feb  2 11:13:54 2006
@@ -28,6 +28,7 @@
   <!-- Deploy -->
   <property name="deploy.local.dir" value="${env.DOC_ROOT}"/>
   <target name="deploy" depends="deploy.local"/>
+  <target name="notify" depends="notify.local, notify.email"/>
   <!-- default stuff -->
   <import file="${env.FORREST_HOME}/tools/forrestbot/core/forrestbot.xml"/>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org