bodewig     2002/10/31 05:20:13

  Modified:    docs     external.html
               xdocs    external.xml
  Log:
  Pointer to yGuard
  
  Submitted by: <pr at yworks.de>
  
  Revision  Changes    Path
  1.65      +77 -0     jakarta-ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/external.html,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- external.html     25 Oct 2002 07:39:22 -0000      1.64
  +++ external.html     31 Oct 2002 13:20:13 -0000      1.65
  @@ -2440,6 +2440,83 @@
                       </blockquote>
       </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:[EMAIL PROTECTED]">[EMAIL PROTECTED]</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>
                       </blockquote>
       </td></tr>
     </table>
  
  
  
  1.52      +30 -0     jakarta-ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- external.xml      25 Oct 2002 07:39:22 -0000      1.51
  +++ external.xml      31 Oct 2002 13:20:13 -0000      1.52
  @@ -910,6 +910,36 @@
           </table>
         </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:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>Library: LGPL, Task: Commercial</td>
  +          </tr>
  +        </table>
  +      </subsection>
         
       </section>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to