[Clirr-devel] CVS: clirr/xdocs download.xml,1.7,1.8
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2005-09-10 11:01:42
|
Update of /cvsroot/clirr/clirr/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13388 Modified Files: download.xml Log Message: removed link to snapshot releases, as we no longer generate them added note about supported versions of Maven Index: download.xml =================================================================== RCS file: /cvsroot/clirr/clirr/xdocs/download.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- download.xml 5 Sep 2004 11:45:31 -0000 1.7 +++ download.xml 10 Sep 2005 11:01:34 -0000 1.8 @@ -12,17 +12,6 @@ href="http://sourceforge.net/project/showfiles.php?group_id=89627">Sourceforge download page</a>. </p> - <p> - Development snapshots are occasionally made available - between releases <a - href="http://clirr.sourceforge.net/builds/clirr/distributions/">here</a>. - </p> - <p> - <strong>Sourceforge.net provides their infrastructure - for free. Please use the Sourceforge download pages above - whenever possible to save bandwith on the sourceforge - servers.</strong> - </p> </section> <section name="Compile Clirr yourself"> <p> @@ -32,11 +21,13 @@ </p> <ul> <li> - <a href="http://maven.apache.org">Maven</a> 1.0 or above. + <a href="http://maven.apache.org">Maven</a> 1.0.2. + Maven 1.1 might also work but is currently untested. + Maven2 will not work. </li> <li> A CVS client. If you are on Linux you probably - already have that. If you are on Windows, you use + already have that. If you are on Windows, you can use the binary that is included in the WinCVS distribution. For other platforms, please search Google for a precompiled client or build one |