You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2009/02/05 22:03:29 UTC

svn commit: r741289 - /directory/project/trunk/pom.xml

Author: felixk
Date: Thu Feb  5 21:03:28 2009
New Revision: 741289

URL: http://svn.apache.org/viewvc?rev=741289&view=rev
Log:
Comment notifiers -> No default notifier is taken by a CI system, but must be configured by the CI system.

Modified:
    directory/project/trunk/pom.xml

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=741289&r1=741288&r2=741289&view=diff
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Thu Feb  5 21:03:28 2009
@@ -37,6 +37,8 @@
   <ciManagement>
     <system>continuum</system>
     <url>http://vm094.oxylos.org/continuum/</url>
+    <!-- Comment notifiers -> No default notifier is taken by a CI system, but must be configured
+                              by the CI system 
     <notifiers>
       <notifier>
         <type>mail</type>
@@ -49,6 +51,7 @@
         </configuration>
       </notifier>
     </notifiers>
+    -->
   </ciManagement>
 
   <inceptionYear>2003</inceptionYear>