Browse Source

change docu about subversion

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@906290 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 15 years ago
parent
commit
0b51717497
2 changed files with 48 additions and 39 deletions
  1. +0
    -38
      xdocs/antlibs/proper.xml
  2. +48
    -1
      xdocs/external.xml

+ 0
- 38
xdocs/antlibs/proper.xml View File

@@ -185,44 +185,6 @@
</table>
</subsection>

<a name="svn"/>
<subsection name="SVN - Subversion Support">

<p>Contains tasks that correspond to Ant's &lt;cvs&gt;,
&lt;cvschangelog&gt; and &lt;cvstagdiff&gt; tasks. Requires
Subversion's command line client.</p>

<table>
<tr>
<th>Homepage:</th>
<td><a href="./svn/index.html">http://ant.apache.org/antlibs/svn/</a></td>
</tr>
<tr>
<th>SVN URL:</th>
<td><a href="https://svn.apache.org/repos/asf/ant/antlibs/svn/trunk/">https://svn.apache.org/repos/asf/ant/antlibs/svn/trunk/</a></td>
</tr>
<tr>
<th>ViewSVN:</th>
<td><a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/svn/trunk/">http://svn.apache.org/viewcvs.cgi/ant/antlibs/svn/trunk/</a></td>
</tr>
<tr>
<th>Ant compatibility:</th>
<td>Ant 1.7.x</td>
</tr>
<tr>
<th>Added to sandbox:</th>
<td>2005-04-15</td>
</tr>
<tr>
<th>Promoted from sandbox:</th>
<td>2005-11-22</td>
</tr>
<tr>
<th>Latest Release:</th>
<td>None</td>
</tr>
</table>
</subsection>

</section>



+ 48
- 1
xdocs/external.xml View File

@@ -3903,7 +3903,9 @@
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.ibm.com/developerworks/websphere/">http://www.ibm.com/developerworks/websphere/</a></td>
<td>
<a href="http://www.ibm.com/developerworks/websphere/">http://www.ibm.com/developerworks/websphere/</a>
</td>
</tr>
<tr>
<th>Article:</th>
@@ -4010,6 +4012,51 @@
</table>
</subsection>

<subsection name="SvnAnt">

<p>SvnAnt is an ant task that provides an interface to Subversion revision control system
that is a compelling replacement for CVS in the open source community.</p>

<table class="externals">
<tr>
<th>URL:</th>
<td><a href="http://subclipse.tigris.org/svnant.html">
Subclipse .: :. SvnAnt .: :. SvnClientAdapter</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://subclipse.tigris.org/servlets/ProjectProcess?pageID=t65B1R">subclipse: Issues and Help</a></td>
</tr>
<tr>
<th>License:</th>
<td><a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License (EPL) 1.0</a></td>
</tr>
</table>
</subsection>

<subsection name="Svn4Ant">

<p>JWare/AntXtras Svn4Ant (Svn4Ant) is a complete set of native Ant tasks for managing Subversion working copies,
exported directories, and repositories from a build, test, or deployment environment.
Immodestly, Svn4Ant’s goal is to be the best provider of Subversion Ant components.</p>

<table class="externals">
<tr>
<th>URL:</th>
<td><a href="http://jwaresoftware.org/wiki/svn4ant/home">
Subclipse .: :. SvnAnt .: :. SvnClientAdapter</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://jwaresoftware.org/wiki/general/support">Support - JWare Free Software</a></td>
</tr>
<tr>
<th>License:</th>
<td><a href="http://jwaresoftware.org/wiki-include/svn4ant/latest/LICENSE.txt">LGPL 2.1</a></td>
</tr>
</table>
</subsection>

</section>

</body>


Loading…
Cancel
Save