You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ru...@apache.org on 2006/03/28 08:02:42 UTC

svn commit: r389409 - /webservices/axis2/trunk/java/etc/project.xml

Author: ruchithf
Date: Mon Mar 27 22:02:40 2006
New Revision: 389409

URL: http://svn.apache.org/viewcvs?rev=389409&view=rev
Log:
Fixing the connection string problem in the maven build (linux) 
repository connection string should contain six tokens
Complete exception : http://rafb.net/paste/results/tv6DS532.html


Modified:
    webservices/axis2/trunk/java/etc/project.xml

Modified: webservices/axis2/trunk/java/etc/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/etc/project.xml?rev=389409&r1=389408&r2=389409&view=diff
==============================================================================
--- webservices/axis2/trunk/java/etc/project.xml (original)
+++ webservices/axis2/trunk/java/etc/project.xml Mon Mar 27 22:02:40 2006
@@ -46,8 +46,8 @@
 	<siteDirectory>/www/ws.apache.org/axis2/</siteDirectory>
 	<distributionDirectory>/www/ws.apache.org/builds/</distributionDirectory>
     <repository>
-<connection>scm|svn|http://svn.apache.org/repos/asf/webservices/axis2/trunk/java</connection>
-<developerConnection>scm|svn|https://svn.apache.org/repos/asf/webservices/axis2/trunk/java</developerConnection>
+<connection>scm:svn:http://svn.apache.org:repos/asf/webservices:axis2/trunk/java</connection>
+<developerConnection>scm:svn:http://svn.apache.org:repos/asf/webservices:axis2/trunk/java</developerConnection>
 <url>http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/java?root=Apache-SVN</url>
 </repository>
 	<mailingLists>