You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2007/05/07 08:14:39 UTC

svn commit: r535752 - in /ant/core/trunk: docs/projects.html xdocs/projects.xml

Author: jhm
Date: Sun May  6 23:14:38 2007
New Revision: 535752

URL: http://svn.apache.org/viewvc?view=rev&rev=535752
Log:
Add ANT Shell Extension

Modified:
    ant/core/trunk/docs/projects.html
    ant/core/trunk/xdocs/projects.xml

Modified: ant/core/trunk/docs/projects.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/projects.html?view=diff&rev=535752&r1=535751&r2=535752
==============================================================================
--- ant/core/trunk/docs/projects.html (original)
+++ ant/core/trunk/docs/projects.html Sun May  6 23:14:38 2007
@@ -540,6 +540,58 @@
       </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">
         <a name="Antworks"></a>
         Antworks
       </h4>

Modified: ant/core/trunk/xdocs/projects.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/projects.xml?view=diff&rev=535752&r1=535751&r2=535752
==============================================================================
--- ant/core/trunk/xdocs/projects.xml (original)
+++ ant/core/trunk/xdocs/projects.xml Sun May  6 23:14:38 2007
@@ -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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org