You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2005/12/14 15:30:05 UTC

svn commit: r356783 - /cocoon/whiteboard/maven2/cocoon-flat-layout/trunk/pom.xml

Author: jheymans
Date: Wed Dec 14 06:30:01 2005
New Revision: 356783

URL: http://svn.apache.org/viewcvs?rev=356783&view=rev
Log:
adding ciManagement

Modified:
    cocoon/whiteboard/maven2/cocoon-flat-layout/trunk/pom.xml

Modified: cocoon/whiteboard/maven2/cocoon-flat-layout/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/whiteboard/maven2/cocoon-flat-layout/trunk/pom.xml?rev=356783&r1=356782&r2=356783&view=diff
==============================================================================
--- cocoon/whiteboard/maven2/cocoon-flat-layout/trunk/pom.xml (original)
+++ cocoon/whiteboard/maven2/cocoon-flat-layout/trunk/pom.xml Wed Dec 14 06:30:01 2005
@@ -5,6 +5,7 @@
   <packaging>pom</packaging>
   <name>Cocoon</name>
   <version>2.2.0-SNAPSHOT</version>
+  <!-- 
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/cocoon/whiteboard/maven2/cocoon-flat-layout
@@ -16,6 +17,7 @@
       http://svn.apache.org/repos/asf/cocoon/whiteboard/maven2/cocoon-flat-layout/
     </url>
   </scm>
+   -->
   <modules>
     <module>cocoon-core</module>
     <module>cocoon-mocks</module>
@@ -37,4 +39,17 @@
       <layout>legacy</layout>
     </repository>
   </repositories>
+  <ciManagement>
+    <system>continuum</system>
+    <notifiers>
+      <notifier>
+        <type>irc</type>
+        <configuration>
+          <host>irc.codehaus.org</host>
+          <port>6667</port>
+          <channel>#cocoon-ci</channel>
+        </configuration>
+      </notifier>
+    </notifiers>
+  </ciManagement>
 </project>