You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2009/07/31 11:51:00 UTC

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

Author: bodewig
Date: Fri Jul 31 09:51:00 2009
New Revision: 799562

URL: http://svn.apache.org/viewvc?rev=799562&view=rev
Log:
compress -> minify, 'new' compress

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?rev=799562&r1=799561&r2=799562&view=diff
==============================================================================
--- ant/core/trunk/docs/antlibs/sandbox.html (original)
+++ ant/core/trunk/docs/antlibs/sandbox.html Fri Jul 31 09:51:00 2009
@@ -182,7 +182,10 @@
         <a name="Compress"></a>
         Compress
       </h4>
-                        <p>Compress library offers tasks for minimizing JavaScript scripts.</p>
+                        <p>The compress library offers tasks and types for additional
+        archive formats like CPIO and AR supported
+        by <a href="http://commons.apache.org/compress/">Apache
+        Commons Compress</a>.</p>
                                       <table class="ForrestTable" cellspacing="1" cellpadding="4">
               <tr>
                       <th colspan="1" rowspan="1"
@@ -211,7 +214,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          Ant 1.7.x
+          Ant 1.8.x
       </td>
       </tr>
                   <tr>
@@ -221,7 +224,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          2009-01-01
+          2009-07-31
       </td>
       </tr>
                   <tr>
@@ -231,7 +234,7 @@
       </th>
                           <td colspan="1" rowspan="1"
       valign="top" align="left">
-          Kevin Jackson
+          Stefan Bodewig
       </td>
       </tr>
           </table>
@@ -592,6 +595,63 @@
       </tr>
           </table>
                                                           <h4 class="subsection">
+        <a name="Minify"></a>
+        Minify
+      </h4>
+                        <p>Minify library offers tasks for minimizing JavaScript scripts.</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/minify/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/minify/</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/minify/">http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/minify/</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">
+          2009-01-01
+      </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="Props - additional Property Resolver"></a>
         Props - additional Property Resolver
       </h4>

Modified: ant/core/trunk/xdocs/antlibs/sandbox.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/antlibs/sandbox.xml?rev=799562&r1=799561&r2=799562&view=diff
==============================================================================
--- ant/core/trunk/xdocs/antlibs/sandbox.xml (original)
+++ ant/core/trunk/xdocs/antlibs/sandbox.xml Fri Jul 31 09:51:00 2009
@@ -39,7 +39,10 @@
     <section name="Current Sandbox Ant Libraries">
 
       <subsection name="Compress">
-        <p>Compress library offers tasks for minimizing JavaScript scripts.</p>
+        <p>The compress library offers tasks and types for additional
+        archive formats like CPIO and AR supported
+        by <a href="http://commons.apache.org/compress/">Apache
+        Commons Compress</a>.</p>
         <table>
           <tr>
             <th>SVN URL:</th>
@@ -51,15 +54,15 @@
           </tr>
           <tr>
             <th>Ant compatibility:</th>
-            <td>Ant 1.7.x</td>
+            <td>Ant 1.8.x</td>
           </tr>
           <tr>
             <th>Added to sandbox:</th>
-            <td>2009-01-01</td>
+            <td>2009-07-31</td>
           </tr>
           <tr>
             <th>Sponsoring Committers</th>
-            <td>Kevin Jackson</td>
+            <td>Stefan Bodewig</td>
           </tr>
         </table>
       </subsection>
@@ -243,6 +246,32 @@
       </subsection>
       
       
+      <subsection name="Minify">
+        <p>Minify library offers tasks for minimizing JavaScript scripts.</p>
+        <table>
+          <tr>
+            <th>SVN URL:</th>
+            <td><a href="https://svn.apache.org/repos/asf/ant/sandbox/antlibs/minify/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/minify/</a></td>
+          </tr>
+          <tr>
+            <th>ViewSVN:</th>
+            <td><a href="http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/minify/">http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/minify/</a></td>
+          </tr>
+          <tr>
+            <th>Ant compatibility:</th>
+            <td>Ant 1.7.x</td>
+          </tr>
+          <tr>
+            <th>Added to sandbox:</th>
+            <td>2009-01-01</td>
+          </tr>
+          <tr>
+            <th>Sponsoring Committers</th>
+            <td>Kevin Jackson</td>
+          </tr>
+        </table>
+      </subsection>
+
       <subsection name="Props - additional Property Resolver">
 
         <p>This is a library of supplementary handlers for Ant properties resolution.</p>