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:05:06 UTC

svn commit: r374458 - /lenya/zone/htdocs/publish-zone.xml

Author: thorsten
Date: Thu Feb  2 11:05:03 2006
New Revision: 374458

URL: http://svn.apache.org/viewcvs?rev=374458&view=rev
Log:
Adding notification to the forrestbot that deploys our zone site

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

Modified: lenya/zone/htdocs/publish-zone.xml
URL: http://svn.apache.org/viewcvs/lenya/zone/htdocs/publish-zone.xml?rev=374458&r1=374457&r2=374458&view=diff
==============================================================================
--- lenya/zone/htdocs/publish-zone.xml (original)
+++ lenya/zone/htdocs/publish-zone.xml Thu Feb  2 11:05:03 2006
@@ -16,6 +16,11 @@
   limitations under the License.
 -->
 <project name="zones" default="main">
+  <property name="notify.email.host" value="localhost"/>
+  <property name="notify.email.to" value="Lenya developers &lt;dev@lenya.apache.org>"/>
+  <property name="notify.administrator" value="Lenya developers"/>
+  <property name="notify.on.failure" value="true"/>
+  <property name="notify.on.success" value="false"/>
   <property environment="env"/>
   <!-- Get source -->
   <property name="getsrc.local.root-dir" location="."/>



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