Browse Source

compress -> minify, 'new' compress

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@799562 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
4608e8f4a8
2 changed files with 97 additions and 8 deletions
  1. +64
    -4
      docs/antlibs/sandbox.html
  2. +33
    -4
      xdocs/antlibs/sandbox.xml

+ 64
- 4
docs/antlibs/sandbox.html View File

@@ -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>
@@ -588,6 +591,63 @@
<td colspan="1" rowspan="1"
valign="top" align="left">
</td>
</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>


+ 33
- 4
xdocs/antlibs/sandbox.xml View File

@@ -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>


Loading…
Cancel
Save