Browse Source

Add ClearCase AntLib to external page.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@553084 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
9a8fc62287
2 changed files with 84 additions and 0 deletions
  1. +53
    -0
      docs/external.html
  2. +31
    -0
      xdocs/external.xml

+ 53
- 0
docs/external.html View File

@@ -7049,6 +7049,59 @@
<a href="manual/tasksoverview.html#scm">built in</a>. But some are available as
external libraries. Here a list of task libraries we are aware of:</p>
<h4 class="subsection">
<a name="clearAntLib"></a>
clearAntLib
</h4>
<p>This library is a collection of "value-add" Ant tasks for integrating
IBM Rational ClearCase with Apache Ant. The integration makes full use
of the power and capabilities of Ant, with support for nested elements
(such as filesets) and also supports conditions. There are a number of
tasks for creating XML reports on both ClearCase baselines and labels as
well as a task for "staging" ClearCase objects.</p>
<table class="externals" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Ant 1.6.1 and later
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
URL:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://clearantlib.sourceforge.net/">
http://clearantlib.sourceforge.net/</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Contact:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://sourceforge.net/forum/?group_id=123764">Forum</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
The Apache Software License 2.0
</td>
</tr>
</table>
<h4 class="subsection">
<a name="Surround SCM"></a>
Surround SCM
</h4>


+ 31
- 0
xdocs/external.xml View File

@@ -3829,6 +3829,37 @@
<a href="manual/tasksoverview.html#scm">built in</a>. But some are available as
external libraries. Here a list of task libraries we are aware of:</p>


<subsection name="clearAntLib">

<p>This library is a collection of "value-add" Ant tasks for integrating
IBM Rational ClearCase with Apache Ant. The integration makes full use
of the power and capabilities of Ant, with support for nested elements
(such as filesets) and also supports conditions. There are a number of
tasks for creating XML reports on both ClearCase baselines and labels as
well as a task for "staging" ClearCase objects.</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.6.1 and later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://clearantlib.sourceforge.net/">
http://clearantlib.sourceforge.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://sourceforge.net/forum/?group_id=123764">Forum</a></td>
</tr>
<tr>
<th>License:</th>
<td>The Apache Software License 2.0</td>
</tr>
</table>
</subsection>

<subsection name="Surround SCM">

<p>These are tasks that allow users to access Surround SCM


Loading…
Cancel
Save