Browse Source

Pointer to yGuard

Submitted by:	<pr at yworks.de>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273475 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
02db5b8458
2 changed files with 107 additions and 0 deletions
  1. +77
    -0
      docs/external.html
  2. +30
    -0
      xdocs/external.xml

+ 77
- 0
docs/external.html View File

@@ -2439,6 +2439,83 @@
</table> </table>
</blockquote> </blockquote>
</td></tr> </td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="yGuard"><strong>yGuard</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>yGuard is a free Java(TM) Bytecode Obfuscator Task that
needs no external script or project files. It can completely
be configured and run through the Ant build script. The task
supports multiple Jar files at once and makes use of
patternsets and regular expressions to specify elements, which
should be left unobfuscated. Additionally it can be used to
produce patches for obfuscated applications that have already
been deployed.</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Compatibility:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Ant 1.5 and later
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
URL:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="http://www.yworks.com/products/yguard">http://www.yworks.com/products/yguard</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Contact:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="mailto:yguard@yworks.com">yGuard@yWorks.com</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
License:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Library: LGPL, Task: Commercial
</font>
</td>
</tr>
</table>
</blockquote>
</td></tr>
</table> </table>
</blockquote> </blockquote>
</td></tr> </td></tr>


+ 30
- 0
xdocs/external.xml View File

@@ -910,6 +910,36 @@
</table> </table>
</subsection> </subsection>


<subsection name="yGuard">

<p>yGuard is a free Java(TM) Bytecode Obfuscator Task that
needs no external script or project files. It can completely
be configured and run through the Ant build script. The task
supports multiple Jar files at once and makes use of
patternsets and regular expressions to specify elements, which
should be left unobfuscated. Additionally it can be used to
produce patches for obfuscated applications that have already
been deployed.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.5 and later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.yworks.com/products/yguard">http://www.yworks.com/products/yguard</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:yguard@yworks.com">yGuard@yWorks.com</a></td>
</tr>
<tr>
<th>License:</th>
<td>Library: LGPL, Task: Commercial</td>
</tr>
</table>
</subsection>
</section> </section>




Loading…
Cancel
Save