Browse Source

adding external project "Antiplate"

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

+ 49
- 0
docs/projects.html View File

@@ -509,6 +509,55 @@
valign="top" align="left">
LGPL but in the process of of moving to Apache2.0 on request
</td>
</tr>
</table>
<h4 class="subsection">
<a name="Antiplate"></a>
Antiplate
</h4>
<p>Antiplate is an ant-script that seeds a project-structure for typical java-projects,
including an ant-buildscript with typical targets like compiling, create distributions,
execute tests etc.</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 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://antiplate.origo.ethz.ch/">Homepage</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:antiplate@mnementh.de">antiplate@mnementh.de</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Apache License 2.0
</td>
</tr>
</table>
<h4 class="subsection">


+ 25
- 0
xdocs/projects.xml View File

@@ -198,6 +198,31 @@
</table>
</subsection>

<subsection name="Antiplate">
<p>Antiplate is an ant-script that seeds a project-structure for typical java-projects,
including an ant-buildscript with typical targets like compiling, create distributions,
execute tests etc.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.6 or later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://antiplate.origo.ethz.ch/">Homepage</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:antiplate@mnementh.de">antiplate@mnementh.de</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache License 2.0</td>
</tr>
</table>
</subsection>


<subsection name="Antlion">

<p>The Antlion Project adds value to Ant build scripts by providing


Loading…
Cancel
Save