You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by an...@apache.org on 2013/01/09 06:26:43 UTC

svn commit: r1430685 - in /ant/site/ant: production/resources.html sources/projects.xml

Author: antoine
Date: Wed Jan  9 05:26:43 2013
New Revision: 1430685

URL: http://svn.apache.org/viewvc?rev=1430685&view=rev
Log:
updating projects, adding Ant Commander

Modified:
    ant/site/ant/production/resources.html
    ant/site/ant/sources/projects.xml

Modified: ant/site/ant/production/resources.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/resources.html?rev=1430685&r1=1430684&r2=1430685&view=diff
==============================================================================
--- ant/site/ant/production/resources.html (original)
+++ ant/site/ant/production/resources.html Wed Jan  9 05:26:43 2013
@@ -931,7 +931,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          <a href="http://otn.oracle.com/pub/articles/bodewig_ant1.6.html">http://otn.oracle.com/pub/articles/bodewig_ant1.6.html</a>
+          <a href="http://www.oracle.com/technetwork/articles/bodewig-ant1-091487.html">http://www.oracle.com/technetwork/articles/bodewig-ant1-091487.html</a>
       </td>
       </tr>
           </table>

Modified: ant/site/ant/sources/projects.xml
URL: http://svn.apache.org/viewvc/ant/site/ant/sources/projects.xml?rev=1430685&r1=1430684&r2=1430685&view=diff
==============================================================================
--- ant/site/ant/sources/projects.xml (original)
+++ ant/site/ant/sources/projects.xml Wed Jan  9 05:26:43 2013
@@ -59,6 +59,34 @@
         </table>
       </subsection>
 
+      <subsection name="Ant Commander">
+
+        <p>Ant Commander is a free file manager written in Java/Swing and
+        based on Apache Ant and Apache Commons-vfs. All the file operations are
+        executed by Ant tasks.</p>
+        <p>Ant Commander can also run as Applet, so you don't need to install Ant
+        locally to run your Ant tasks.</p>
+
+        <table class="externals">
+          <tr>
+            <th>Compatibility:</th>
+            <td>1.7 or higher</td>
+          </tr>
+          <tr>
+            <th>URL:</th>
+            <td><a href="http://www.antcommander.com/">http://www.antcommander.com/</a></td>
+          </tr>
+          <tr>
+            <th>Contact:</th>
+            <td><a href="http://www.antcommander.com/support.html">http://www.antcommander.com/support.html</a></td>
+          </tr>
+          <tr>
+            <th>License:</th>
+            <td>Freeware</td>
+          </tr>
+        </table>
+      </subsection>
+
       <subsection name="AntContrib">
 
         <p>The Ant-Contrib project is a collection of user supplied
@@ -737,4 +765,4 @@
     </section>
 
   </body>
-</document>
\ No newline at end of file
+</document>