Browse Source

add individual entries for each antlib, also links to viewcvs.cgi

instead of the repository http view


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@348813 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 19 years ago
parent
commit
7dab1db1df
2 changed files with 26 additions and 8 deletions
  1. +13
    -4
      docs/svn.html
  2. +13
    -4
      xdocs/svn.xml

+ 13
- 4
docs/svn.html View File

@@ -183,13 +183,22 @@
svn co http://svn.apache.org/repos/asf/ant/[project]/trunk/ ant-[project]</pre>
<p>Modules available for access are:</p>
<ul>
<li><a href="http://svn.apache.org/repos/asf/ant/core/trunk/">ant</a> - The "main" Ant module.</li>
<li><a href="http://svn.apache.org/repos/asf/ant/antlibs/">antlibs</a> - Libraries developed as antlib.</li>
<li><a href="http://svn.apache.org/repos/asf/ant/sandbox/">sandbox</a> - New developments.</li>
<li><a href="http://svn.apache.org/viewcvs.cgi/ant/core/trunk/">ant</a> - The "main" Ant module.<br />
http://svn.apache.org/repos/asf/ant/core/trunk/
</li>
<li><a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/antunit/trunk/">antunit</a> Test framework for Ant.<br />
http://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk/</li>
<li><a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/dotnet/trunk/">Dotnet antlib</a> Contains Nant, Nunit, ...<br />
http://svn.apache.org/repos/asf/ant/antlibs/dotnet/trunk/</li>
<li><a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/svn/trunk/">svn antlib</a> Contains tasks to interact with Subversion repositories.<br />
http://svn.apache.org/repos/asf/ant/antlibs/svn/trunk/</li>
<li><a href="http://svn.apache.org/viewcvs.cgi/ant/sandbox/">sandbox</a> - New developments. Contains currently gendoc.<br />
http://svn.apache.org/repos/asf/ant/sandbox/
</li>
</ul>
<p>If you are not familiar with Subversion, <a href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's
source repositories page</a> may hold many helpful hints.</p>
<p>Nightly snapshots of the CVS tree are available at
<p>Nightly snapshots of the SVN tree are available at
<a href="http://cvs.apache.org/snapshots/ant/">http://cvs.apache.org/snapshots/ant/</a>.</p>
</div>


+ 13
- 4
xdocs/svn.xml View File

@@ -35,16 +35,25 @@ svn co http://svn.apache.org/repos/asf/ant/[project]/trunk/ ant-[project]</sourc
<p>Modules available for access are:</p>

<ul>
<li><a href="http://svn.apache.org/repos/asf/ant/core/trunk/">ant</a> - The &quot;main&quot; Ant module.</li>
<li><a href="http://svn.apache.org/repos/asf/ant/antlibs/">antlibs</a> - Libraries developed as antlib.</li>
<li><a href="http://svn.apache.org/repos/asf/ant/sandbox/">sandbox</a> - New developments.</li>
<li><a href="http://svn.apache.org/viewcvs.cgi/ant/core/trunk/">ant</a> - The &quot;main&quot; Ant module.<br/>
http://svn.apache.org/repos/asf/ant/core/trunk/
</li>
<li><a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/antunit/trunk/">antunit</a> Test framework for Ant.<br/>
http://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk/</li>
<li><a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/dotnet/trunk/">Dotnet antlib</a> Contains Nant, Nunit, ...<br/>
http://svn.apache.org/repos/asf/ant/antlibs/dotnet/trunk/</li>
<li><a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/svn/trunk/">svn antlib</a> Contains tasks to interact with Subversion repositories.<br/>
http://svn.apache.org/repos/asf/ant/antlibs/svn/trunk/</li>
<li><a href="http://svn.apache.org/viewcvs.cgi/ant/sandbox/">sandbox</a> - New developments. Contains currently gendoc.<br/>
http://svn.apache.org/repos/asf/ant/sandbox/
</li>
</ul>

<p>If you are not familiar with Subversion, <a
href="http://jakarta.apache.org/site/cvsindex.html">Jakarta's
source repositories page</a> may hold many helpful hints.</p>

<p>Nightly snapshots of the CVS tree are available at
<p>Nightly snapshots of the SVN tree are available at
<a href="http://cvs.apache.org/snapshots/ant/">http://cvs.apache.org/snapshots/ant/</a>.</p>

</section>


Loading…
Cancel
Save