Browse Source

Add Leafcutter.

Minor codestyle.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@481253 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
4d082edbbd
2 changed files with 85 additions and 8 deletions
  1. +55
    -4
      docs/projects.html
  2. +30
    -4
      xdocs/projects.xml

+ 55
- 4
docs/projects.html View File

@@ -271,7 +271,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Apache Software Foundation license
Apache Software Foundation License
</td>
</tr>
</table>
@@ -386,7 +386,7 @@
<a name="Antigen"></a>
Antigen
</h4>
<p>Antigen (Ant Installer Generator) is a tool to take an Ant build script, combine it with a GUI
<p>Antigen (Ant Installer Generator) is a tool to take an Ant build script, combine it with a GUI
and wrap it up as an executable jar file. Its main use is for creating graphical, ant-based installers.</p>
<table class="externals" cellspacing="1" cellpadding="4">
<tr>
@@ -476,8 +476,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
LGPL but in the process of of moving to Apache2.0 on
request
LGPL but in the process of of moving to Apache2.0 on request
</td>
</tr>
</table>
@@ -808,6 +807,58 @@
"is no more" and that "Antworks has taken it place."
</p>
<h4 class="subsection">
<a name="Leafcutter"></a>
Leafcutter
</h4>
<p>Leafcutter is an API which allows you to execute Ant tasks from Java code. <br />
Leafcutter is useful as: <ul>
<li>A way of integrating Ant tasks into existing Java programs. </li>
<li>A wholesale alternative to standard Ant for process automation. </li>
</ul>
</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">
<i>unknown</i>
</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="https://leafcutter.dev.java.net/">https://leafcutter.dev.java.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="https://leafcutter.dev.java.net/servlets/ProjectForumView">Discussion 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">
Apache Software Foundation License
</td>
</tr>
</table>
<h4 class="subsection">
<a name="luntbuild"></a>
luntbuild
</h4>


+ 30
- 4
xdocs/projects.xml View File

@@ -80,7 +80,7 @@
</tr>
<tr>
<th>License:</th>
<td>Apache Software Foundation license</td>
<td>Apache Software Foundation License</td>
</tr>
</table>
</subsection>
@@ -149,7 +149,7 @@

<subsection name="Antigen">

<p>Antigen (Ant Installer Generator) is a tool to take an Ant build script, combine it with a GUI
<p>Antigen (Ant Installer Generator) is a tool to take an Ant build script, combine it with a GUI
and wrap it up as an executable jar file. Its main use is for creating graphical, ant-based installers.</p>

<table class="externals">
@@ -193,8 +193,7 @@
</tr>
<tr>
<th>License:</th>
<td>LGPL but in the process of of moving to Apache2.0 on
request</td>
<td>LGPL but in the process of of moving to Apache2.0 on request</td>
</tr>
</table>
</subsection>
@@ -388,6 +387,33 @@
</p>
</subsection>

<subsection name="Leafcutter">
<p>Leafcutter is an API which allows you to execute Ant tasks from Java code. <br/>
Leafcutter is useful as: <ul>
<li>A way of integrating Ant tasks into existing Java programs. </li>
<li>A wholesale alternative to standard Ant for process automation. </li>
</ul>
</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td><i>unknown</i></td>
</tr>
<tr>
<th>URL:</th>
<td><a href="https://leafcutter.dev.java.net/">https://leafcutter.dev.java.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="https://leafcutter.dev.java.net/servlets/ProjectForumView">Discussion Forum</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache Software Foundation License</td>
</tr>
</table>
</subsection>

<subsection name="luntbuild">

<p>Luntbuild is an open source build automation and management


Loading…
Cancel
Save