You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2007/09/20 17:00:31 UTC

svn commit: r577782 - /activemq/camel/trunk/components/camel-osgi/pom.xml

Author: gnodet
Date: Thu Sep 20 07:59:50 2007
New Revision: 577782

URL: http://svn.apache.org/viewvc?rev=577782&view=rev
Log:
Add repo

Modified:
    activemq/camel/trunk/components/camel-osgi/pom.xml

Modified: activemq/camel/trunk/components/camel-osgi/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-osgi/pom.xml?rev=577782&r1=577781&r2=577782&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-osgi/pom.xml (original)
+++ activemq/camel/trunk/components/camel-osgi/pom.xml Thu Sep 20 07:59:50 2007
@@ -104,6 +104,10 @@
 	   <id>spring.osgi</id>
 	   <url>http://static.springframework.org/maven2</url>
 	</repository>
+	<repository>
+	   <id>spring.svn.repo</id>
+	   <url> https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext</url>
+	</repository>
   </repositories>
 
 </project>