bodewig 2003/09/09 06:18:36
Modified: docs external.html
xdocs external.xml
Log:
Add pointer to ProGuard, submitted by Dirk Schnelle
Revision Changes Path
1.133 +55 -0 ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/ant/docs/external.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- external.html 8 Sep 2003 14:01:05 -0000 1.132
+++ external.html 9 Sep 2003 13:18:35 -0000 1.133
@@ -2462,6 +2462,61 @@
</tr>
</table>
<h4 class="subsection">
+ <a name="ProGuard"></a>
+ ProGuard
+ </h4>
+ <p><a
href="http://proguard.sourceforge.net/">ProGuard</a> is
+ a free Java class file shrinker and obfuscator. It can detect
+ and remove unused classes, fields, methods, and attributes. It
+ can then rename the remaining classes, fields, and methods
+ using short meaningless names.</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 1.5. 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://proguard.sourceforge.net/">http://proguard.sourceforge.net/</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="http://proguard.sourceforge.net/feedback.html">Feedback Page</a>
+
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ License:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ GNU General Public Licen
+ </td>
+ </tr>
+ </table>
+ <h4 class="subsection">
<a name="Purge"></a>
Purge
</h4>
1.97 +31 -0 ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/external.xml,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- external.xml 8 Sep 2003 14:00:08 -0000 1.96
+++ external.xml 9 Sep 2003 13:18:36 -0000 1.97
@@ -1292,6 +1292,37 @@
</table>
</subsection>
+ <subsection name="ProGuard">
+ <p><a href="http://proguard.sourceforge.net/">ProGuard</a> is
+ a free Java class file shrinker and obfuscator. It can detect
+ and remove unused classes, fields, methods, and attributes. It
+ can then rename the remaining classes, fields, and methods
+ using short meaningless names.</p>
+
+ <table class="externals">
+ <tr>
+ <th>Compatibility:</th>
+ <td>Tested with 1.5. Should work with all versions.</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td>
+ <a
href="http://proguard.sourceforge.net/">http://proguard.sourceforge.net/</a>
+ </td>
+ </tr>
+ <tr>
+ <th>Contact:</th>
+ <td>
+ <a
href="http://proguard.sourceforge.net/feedback.html">Feedback Page</a>
+ </td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td>GNU General Public Licen</td>
+ </tr>
+ </table>
+ </subsection>
+
<subsection name="Purge">
<p>Purge deletes all but the most recent few files from a fileset.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]