Author: jvanzyl
Date: Tue Apr 26 08:12:13 2005
New Revision: 164800
URL: http://svn.apache.org/viewcvs?rev=164800&view=rev
Log:
correct the tag
Modified:
maven/continuum/trunk/continuum-site/src/site/xdoc/dev/building.xml
Modified: maven/continuum/trunk/continuum-site/src/site/xdoc/dev/building.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-site/src/site/xdoc/dev/building.xml?rev=164800&r1=164799&r2=164800&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-site/src/site/xdoc/dev/building.xml (original)
+++ maven/continuum/trunk/continuum-site/src/site/xdoc/dev/building.xml Tue Apr 26 08:12:13
2005
@@ -7,12 +7,12 @@
<section name="Getting the sources">
<p>
To get the sources from the Subversion repository use this SVN url:
- <source>http://svn.apache.org/repos/asf/maven/continuum/tags/alpha-1</source>
+ <source>http://svn.apache.org/repos/asf/maven/continuum/tags/continuum-alpha-1</source>
</p>
<p>
If you are using the <code>svn</code> command line Subversion client
you can check out the sources with this
command:
- <source>svn co http://svn.apache.org/repos/asf/maven/continuum/tags/alpha-1/
continuum</source>
+ <source>svn co http://svn.apache.org/repos/asf/maven/continuum/tags/continuum-alpha-1/
continuum</source>
All the Continuum Alpha 1 sources will be in a directory called <code>continuum</code>.
</p>
<p>
|