Browse Source

Add pointer to ProGuard, submitted by Dirk Schnelle

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275206 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
ec2de637da
2 changed files with 86 additions and 0 deletions
  1. +55
    -0
      docs/external.html
  2. +31
    -0
      xdocs/external.xml

+ 55
- 0
docs/external.html View File

@@ -2459,6 +2459,61 @@
valign="top" align="left"> valign="top" align="left">
Apache Software Foundation License Apache Software Foundation License
</td> </td>
</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> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">


+ 31
- 0
xdocs/external.xml View File

@@ -1292,6 +1292,37 @@
</table> </table>
</subsection> </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"> <subsection name="Purge">


<p>Purge deletes all but the most recent few files from a fileset. <p>Purge deletes all but the most recent few files from a fileset.


Loading…
Cancel
Save