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>