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/06/26 08:20:03 UTC

svn commit: r550705 - in /ant/core/trunk: docs/antlibs/sandbox.html xdocs/antlibs/sandbox.xml

Author: jhm
Date: Mon Jun 25 23:20:02 2007
New Revision: 550705

URL: http://svn.apache.org/viewvc?view=rev&rev=550705
Log:
Add "props" and "debian" to the sandbox page.
Needs review by Kev and Matt.

Modified:
    ant/core/trunk/docs/antlibs/sandbox.html
    ant/core/trunk/xdocs/antlibs/sandbox.xml

Modified: ant/core/trunk/docs/antlibs/sandbox.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/antlibs/sandbox.html?view=diff&rev=550705&r1=550704&r2=550705
==============================================================================
--- ant/core/trunk/docs/antlibs/sandbox.html (original)
+++ ant/core/trunk/docs/antlibs/sandbox.html Mon Jun 25 23:20:02 2007
@@ -131,6 +131,63 @@
       Current Sandbox Ant Libraries
     </h3>
                               <h4 class="subsection">
+        <a name="Debian - Debian related tasks"></a>
+        Debian - Debian related tasks
+      </h4>
+                        <p>Debian provides tasks for generating Debian packages.</p>
+                                      <table class="ForrestTable" cellspacing="1" cellpadding="4">
+              <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          SVN URL:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          <a href="https://svn.apache.org/repos/asf/ant/sandbox/antlibs/debian/trunk/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/debian/trunk/</a>
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          ViewSVN:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          <a href="http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/debian/trunk/">http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/debian/trunk/</a>
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          Ant compatibility:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          Ant 1.7.x
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          Added to sandbox:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          2007-05-18
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          Sponsoring Committers
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          Kevin Jackson
+      </td>
+      </tr>
+          </table>
+                                                          <h4 class="subsection">
         <a name="GenDoc - Generate the manual for Ant Tasks from their sources"></a>
         GenDoc - Generate the manual for Ant Tasks from their sources
       </h4>
@@ -310,6 +367,63 @@
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
            
+      </td>
+      </tr>
+          </table>
+                                                          <h4 class="subsection">
+        <a name="Props - additional Property Resolver"></a>
+        Props - additional Property Resolver
+      </h4>
+                        <p>This is a library of supplementary handlers for Ant properties resolution.</p>
+                                      <table class="ForrestTable" cellspacing="1" cellpadding="4">
+              <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          SVN URL:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          <a href="https://svn.apache.org/repos/asf/ant/sandbox/antlibs/props/trunk/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/props/trunk/</a>
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          ViewSVN:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          <a href="http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/props/trunk/">http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/props/trunk/</a>
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          Ant compatibility:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          Ant 1.7.x
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          Added to sandbox:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          2007-07-25
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          Sponsoring Committers
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          Matt Benson
       </td>
       </tr>
           </table>

Modified: ant/core/trunk/xdocs/antlibs/sandbox.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/antlibs/sandbox.xml?view=diff&rev=550705&r1=550704&r2=550705
==============================================================================
--- ant/core/trunk/xdocs/antlibs/sandbox.xml (original)
+++ ant/core/trunk/xdocs/antlibs/sandbox.xml Mon Jun 25 23:20:02 2007
@@ -38,6 +38,35 @@
 
     <section name="Current Sandbox Ant Libraries">
 
+      <subsection name="Debian - Debian related tasks">
+
+        <p>Debian provides tasks for generating Debian packages.</p>
+
+        <table>
+          <tr>
+            <th>SVN URL:</th>
+            <td><a href="https://svn.apache.org/repos/asf/ant/sandbox/antlibs/debian/trunk/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/debian/trunk/</a></td>
+          </tr>
+          <tr>
+            <th>ViewSVN:</th>
+            <td><a href="http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/debian/trunk/">http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/debian/trunk/</a></td>
+          </tr>
+          <tr>
+            <th>Ant compatibility:</th>
+            <td>Ant 1.7.x</td>
+          </tr>
+          <tr>
+            <th>Added to sandbox:</th>
+            <td>2007-05-18</td>
+          </tr>
+          <tr>
+            <th>Sponsoring Committers</th>
+            <td>Kevin Jackson</td>
+          </tr>
+        </table>
+      </subsection>
+
+
       <subsection name="GenDoc - Generate the manual for Ant Tasks from their sources">
 
         <p>Most of the information needed for writing the manual is inside the sources: attributes, nested elements (especially
@@ -127,6 +156,35 @@
           </tr>
         </table>
       </subsection>
+      
+      
+      <subsection name="Props - additional Property Resolver">
+
+        <p>This is a library of supplementary handlers for Ant properties resolution.</p>
+
+        <table>
+          <tr>
+            <th>SVN URL:</th>
+            <td><a href="https://svn.apache.org/repos/asf/ant/sandbox/antlibs/props/trunk/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/props/trunk/</a></td>
+          </tr>
+          <tr>
+            <th>ViewSVN:</th>
+            <td><a href="http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/props/trunk/">http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/props/trunk/</a></td>
+          </tr>
+          <tr>
+            <th>Ant compatibility:</th>
+            <td>Ant 1.7.x</td>
+          </tr>
+          <tr>
+            <th>Added to sandbox:</th>
+            <td>2007-07-25</td>
+          </tr>
+          <tr>
+            <th>Sponsoring Committers</th>
+            <td>Matt Benson</td>
+          </tr>
+        </table>
+      </subsection>      
       
       
       <subsection name="VSS - Microsoft Visual SourceSafe Tasks">



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