Browse Source

Add pointer to ChownTask.

Submitted by:	Wilfred Springer <wilfred at agilejava dot com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274112 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
86863d516f
2 changed files with 84 additions and 0 deletions
  1. +56
    -0
      docs/external.html
  2. +28
    -0
      xdocs/external.xml

+ 56
- 0
docs/external.html View File

@@ -444,6 +444,62 @@
Lesser General Public License. Prior releases were under Lesser General Public License. Prior releases were under
the GNU General Public License. the GNU General Public License.
</td> </td>
</tr>
</table>
<br/>
<a name="ChownTask"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>ChownTask</strong>
</font>
</td></tr>
</table>
<p>ChownTask is an Ant task to change ownership of files on
Unix.</p>
<table class="ForrestTable" 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.3 and up
</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://sourceforge.net/projects/chowntask/">http://sourceforge.net/projects/chowntask/</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="mailto:chowntask-users@lists.sourceforge.net">Wilfred Springer</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
GNU General Public License
</td>
</tr> </tr>
</table> </table>
<br/> <br/>


+ 28
- 0
xdocs/external.xml View File

@@ -136,6 +136,34 @@
</table> </table>
</subsection> </subsection>


<subsection name="ChownTask">

<p>ChownTask is an Ant task to change ownership of files on
Unix.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.3 and up</td>
</tr>
<tr>
<th>URL:</th>
<td>
<a href="http://sourceforge.net/projects/chowntask/">http://sourceforge.net/projects/chowntask/</a>
</td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:chowntask-users@lists.sourceforge.net">Wilfred Springer</a>
</td>
</tr>
<tr>
<th>License:</th>
<td>GNU General Public License</td>
</tr>
</table>
</subsection>

<subsection name="CleanImports"> <subsection name="CleanImports">
<p>Removes unneeded imports. Formats your import <p>Removes unneeded imports. Formats your import
sections. Flags ambiguous imports.</p> sections. Flags ambiguous imports.</p>


Loading…
Cancel
Save