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 2006/04/10 22:19:39 UTC

svn commit: r393046 - /cocoon/trunk/blocks/pom.xml

Author: jheymans
Date: Mon Apr 10 13:19:36 2006
New Revision: 393046

URL: http://svn.apache.org/viewcvs?rev=393046&view=rev
Log:
solving discrepancy between artifactid and module directory

Modified:
    cocoon/trunk/blocks/pom.xml

Modified: cocoon/trunk/blocks/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/pom.xml?rev=393046&r1=393045&r2=393046&view=diff
==============================================================================
--- cocoon/trunk/blocks/pom.xml (original)
+++ cocoon/trunk/blocks/pom.xml Mon Apr 10 13:19:36 2006
@@ -93,4 +93,7 @@
 		<module>cocoon-webdav</module>
 		<!-- module>cocoon-xsp</module -->
 	</modules>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/blocks</connection>
+  </scm>
 </project>