Browse Source

Add ANT Shell Extension

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@535752 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
534a22b671
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

@@ -537,6 +537,58 @@
valign="top" align="left">
Apache License, Version 2.0
</td>
</tr>
</table>
<h4 class="subsection">
<a name="AntShellExt (Ant Shell Extension)"></a>
AntShellExt (Ant Shell Extension)
</h4>
<p>Ant Shell Extension is a Windows Explorer enhacement that adds a contextual
menu when you right click over an Ant xml file, so you can execute all the actions
defined in that file without going to a command console or starting your favourite
IDE to make a simple clean.</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">
Tested with Ant 1.6 and later, should work with all versions
</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.elpagestion.com/os_ant_en.shtml">
http://www.elpagestion.com/os_ant_en.shtml</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:opensource@elpagestion.com">Project mail</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
LGPL
</td>
</tr>
</table>
<h4 class="subsection">


+ 29
- 0
xdocs/projects.xml View File

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

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

<p>Ant Shell Extension is a Windows Explorer enhacement that adds a contextual
menu when you right click over an Ant xml file, so you can execute all the actions
defined in that file without going to a command console or starting your favourite
IDE to make a simple clean.</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Tested with Ant 1.6 and later, should work with all versions</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.elpagestion.com/os_ant_en.shtml">
http://www.elpagestion.com/os_ant_en.shtml</a>
</td>
</tr>
<tr>
<th>Contact:</th>
<td><a href ='mailto:opensource@elpagestion.com'>Project mail</a></td>
</tr>
<tr>
<th>License:</th>
<td>LGPL</td>
</tr>
</table>
</subsection>

<subsection name="Antworks">

<p>The antworks project is a set of tools and standardized targets that


Loading…
Cancel
Save