Browse Source

Add 'Ant Script Library'

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@748031 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 16 years ago
parent
commit
def28d00cf
2 changed files with 81 additions and 0 deletions
  1. +52
    -0
      docs/projects.html
  2. +29
    -0
      xdocs/projects.xml

+ 52
- 0
docs/projects.html View File

@@ -612,6 +612,58 @@
valign="top" align="left">
Apache License, Version 2.0
</td>
</tr>
</table>
<h4 class="subsection">
<a name="Ant Script Library"></a>
Ant Script Library
</h4>
<p>The Ant Script Library (ASL) is a collection of re-usable
Ant scripts that can be imported into your own projects. The ASL
provides a number of pre-defined targets that simplify setting up build
scripts for a new project, bringing re-use and consistency to your own
Ant scripts.</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.7 or 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://www.exubero.com/asl/">http://www.exubero.com/asl/</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:joe@exubero.com">Joe Schmetzer</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">


+ 29
- 0
xdocs/projects.xml View File

@@ -256,6 +256,35 @@
</table>
</subsection>

<subsection name="Ant Script Library">

<p>The Ant Script Library (ASL) is a collection of re-usable
Ant scripts that can be imported into your own projects. The ASL
provides a number of pre-defined targets that simplify setting up build
scripts for a new project, bringing re-use and consistency to your own
Ant scripts.</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.7 or later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.exubero.com/asl/">http://www.exubero.com/asl/</a>
</td>
</tr>
<tr>
<th>Contact:</th>
<td><a href ='mailto:joe@exubero.com'>Joe Schmetzer</a></td>
</tr>
<tr>
<th>License:</th>
<td>The Apache Software License 2.0</td>
</tr>
</table>
</subsection>

<subsection name="AntShellExt (Ant Shell Extension)">

<p>Ant Shell Extension is a Windows Explorer enhancement that adds a contextual


Loading…
Cancel
Save