Author: ltheussl
Date: Wed Jan 18 13:27:23 2006
New Revision: 370263
URL: http://svn.apache.org/viewcvs?rev=370263&view=rev
Log:
PR: MPXDOC-187
Correct cvs checkout instructions on cvs-usage page.
Modified:
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml
maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
Modified:
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml?rev=370263&r1=370262&r2=370263&view=diff
==============================================================================
---
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml
(original)
+++
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml
Wed Jan 18 13:27:23 2006
@@ -68,11 +68,11 @@
<source>
<![CDATA[
- maven scm:checkout-project
+ maven scm:checkout
-Dmaven.scm.method=$connscm
-Dmaven.scm.cvs.module=$module
- -Dmaven.scm.cvs.root=$conn
- -Dmaven.scm.checkout.dir=.
+ -Dmaven.scm.url=$repository.connection
+ -Dmaven.scm.checkout.dir=$module
]]>
</source>
</section>
@@ -117,11 +117,11 @@
<source>
<![CDATA[
- maven scm:checkout-project
+ maven scm:checkout
-Dmaven.scm.method=$connscm
-Dmaven.scm.cvs.module=$module
- -Dmaven.scm.cvs.root=$conn
- -Dmaven.scm.checkout.dir=.
+ -Dmaven.scm.url=$repository.developerConnection
+ -Dmaven.scm.checkout.dir=$module
-Dmaven.scm.cvs.rsh=ssh
]]>
</source>
Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=370263&r1=370262&r2=370263&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Wed Jan 18 13:27:23 2006
@@ -27,6 +27,7 @@
</properties>
<body>
<release version="1.10-SNAPSHOT" date="in SVN">
+ <action dev="ltheussl" type="fix" issue="MPXDOC-187">Correct cvs
checkout instructions on cvs-usage page.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-125" due-to="Shinobu
Kawai Yoshida">Url and timezone not used for contributor.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-186">Mailing list links
break if the address starts with http.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-177">Internationalized
sites have no images.</action>