jeffjensen 06/08/15 05:23:48
Modified: runtime-builder project.xml
Log:
Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis!
Revision Changes Path
1.4 +2 -2 maven-plugins/runtime-builder/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/runtime-builder/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.xml 11 Oct 2005 06:29:09 -0000 1.3
+++ project.xml 15 Aug 2006 12:23:48 -0000 1.4
@@ -13,8 +13,8 @@
<!--
<repository>
- <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/runtime-builder</connection>
- <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/runtime-builder</url>
+ <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/runtime-builder</connection>
+ <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/runtime-builder</url>
</repository>
-->
|