You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/07/30 10:37:26 UTC

svn commit: r426874 - /incubator/activemq/trunk/pom.xml

Author: jstrachan
Date: Sun Jul 30 01:37:26 2006
New Revision: 426874

URL: http://svn.apache.org/viewvc?rev=426874&view=rev
Log:
Added IRC CI notification

Modified:
    incubator/activemq/trunk/pom.xml

Modified: incubator/activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/pom.xml?rev=426874&r1=426873&r2=426874&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Sun Jul 30 01:37:26 2006
@@ -50,6 +50,15 @@
                 </configuration>
             </notifier>
         </notifiers>
+        
+        <notifier>
+          <type>irc</type>
+          <configuration>
+            <host>irc.codehaus.org</host>
+            <port>6667</port>
+            <channel>#activemq</channel>
+          </configuration>
+        </notifier>           
     </ciManagement>
 
     <mailingLists>