Browse Source

add fscache to sandbox antlibs

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@673217 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 17 years ago
parent
commit
e986c5b9dc
1 changed files with 33 additions and 3 deletions
  1. +33
    -3
      xdocs/antlibs/sandbox.xml

+ 33
- 3
xdocs/antlibs/sandbox.xml View File

@@ -96,6 +96,36 @@
</subsection>


<subsection name="FSCache - Filesystem Resource cache">

<p>This is a library of tasks and types to cache arbitrary Ant resources
to the filesystem for processing with file-based tools.</p>

<table>
<tr>
<th>SVN URL:</th>
<td><a href="https://svn.apache.org/repos/asf/ant/sandbox/antlibs/fscache/trunk/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/fscache/trunk/</a></td>
</tr>
<tr>
<th>ViewSVN:</th>
<td><a href="http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/fscache/trunk/">http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/fscache/trunk/</a></td>
</tr>
<tr>
<th>Ant compatibility:</th>
<td>Ant 1.8.x</td>
</tr>
<tr>
<th>Added to sandbox:</th>
<td>2008-06-30</td>
</tr>
<tr>
<th>Sponsoring Committers</th>
<td>Matt Benson</td>
</tr>
</table>
</subsection>


<subsection name="GenDoc - Generate the manual for Ant Tasks from their sources">

<p>Most of the information needed for writing the manual is inside the sources: attributes, nested elements (especially
@@ -213,9 +243,9 @@
<td>Matt Benson</td>
</tr>
</table>
</subsection>
</subsection>
<subsection name="VSS - Microsoft Visual SourceSafe Tasks">

<p>This antlib provides an interface to the Microsoft Visual SourceSafe SCM. The original tasks


Loading…
Cancel
Save