Title: [859] branches/servicemix-2.0/trunk/project.xml: Modified the connection element to provide the current repository location.
- Revision
- 859
- Author
- foconer
- Date
- 2005-11-18 00:59:48 -0500 (Fri, 18 Nov 2005)
Log Message
Modified the connection element to provide the current repository location.
Modified Paths
Diff
Modified: branches/servicemix-2.0/trunk/project.xml (858 => 859)
--- branches/servicemix-2.0/trunk/project.xml 2005-11-18 05:45:38 UTC (rev 858)
+++ branches/servicemix-2.0/trunk/project.xml 2005-11-18 05:59:48 UTC (rev 859)
@@ -76,8 +76,8 @@
<distributionDirectory>/home/projects/servicemix/dist</distributionDirectory>
<repository>
- <connection>scm:svn:svn://svn.servicemix.org/servicemix/branches/servicemix-2.0/trunk/</connection>
- <developerConnection>scm:svn:svn+ssh://svn.servicemix.org/servicemix/branches/servicemix-2.0/trunk/</developerConnection>
+ <connection>scm:svn:svn://svn.servicemix.org/servicemix/scm/branches/servicemix-2.0/trunk/</connection>
+ <developerConnection>scm:svn:svn+ssh://svn.servicemix.org/servicemix/scm/branches/servicemix-2.0/trunk/</developerConnection>
<url>http://svn.servicemix.codehaus.org/trunk/</url>
</repository>