You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/03/07 09:44:32 UTC

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

Author: chirino
Date: Tue Mar  7 00:44:30 2006
New Revision: 383821

URL: http://svn.apache.org/viewcvs?rev=383821&view=rev
Log:
Added csharp repos 

Modified:
    incubator/activemq/trunk/pom.xml

Modified: incubator/activemq/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/pom.xml?rev=383821&r1=383820&r2=383821&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Tue Mar  7 00:44:30 2006
@@ -42,8 +42,18 @@
         <enabled>false</enabled>
       </releases>
     </repository>
+    <repository>
+      <id>maven-csharp</id>
+      <name>maven-csharp</name>
+      <url>http://maven-csharp.javaforge.com/repo</url>
+    </repository>
+    <repository>
+      <id>codehaus-snapshot</id>
+      <name>CodeHaus Snapshot Repo</name>
+      <url>http://snapshots.maven.codehaus.org/maven2</url>
+    </repository>
   </repositories>
-   
+
   <pluginRepositories>
     <pluginRepository>
       <id>codehaus.snapshots</id>
@@ -55,6 +65,11 @@
       <releases>
         <enabled>false</enabled>
       </releases>
+    </pluginRepository>
+    <pluginRepository>
+      <id>maven-csharp-plugins</id>
+      <name>maven-csharp</name>
+      <url>http://maven-csharp.javaforge.com/repo</url>
     </pluginRepository>
   </pluginRepositories>