bodewig 2004/06/30 04:29:07 Modified: docs projects.html xdocs projects.xml Log: Add pointer to yEd by Sebastian Müller Revision Changes Path 1.58 +52 -0 ant/docs/projects.html Index: projects.html =================================================================== RCS file: /home/cvs/ant/docs/projects.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- projects.html 16 Jun 2004 14:25:35 -0000 1.57 +++ projects.html 30 Jun 2004 11:29:07 -0000 1.58 @@ -803,6 +803,58 @@ </td> </tr> </table> + <h4 class="subsection"> + <a name="yEd"></a> + yEd + </h4> + <p>yEd is a freeware multi-purpose graph and diagram editor + that runs on the Java 2 platform. It provides an import filter + for Ant build scripts that makes it possible to conveniently + display and browse the dependenies between the different targets + of the build file. This is especially useful for debugging and + understanding large build files.</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"> + Ant 1.x + </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://www.yworks.com/products/yed/">http://www.yworks.com/products/yed/</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://www.yworks.com/en/company_contact.htm">yWorks Support</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Freeware + </td> + </tr> + </table> </div> </div> 1.17 +31 -0 ant/xdocs/projects.xml Index: projects.xml =================================================================== RCS file: /home/cvs/ant/xdocs/projects.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- projects.xml 25 May 2004 10:23:01 -0000 1.16 +++ projects.xml 30 Jun 2004 11:29:07 -0000 1.17 @@ -380,6 +380,37 @@ </table> </subsection> + <subsection name="yEd"> + + <p>yEd is a freeware multi-purpose graph and diagram editor + that runs on the Java 2 platform. It provides an import filter + for Ant build scripts that makes it possible to conveniently + display and browse the dependenies between the different targets + of the build file. This is especially useful for debugging and + understanding large build files.</p> + + <table class="externals"> + <tr> + <th>Compatibility:</th> + + <td>Ant 1.x</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://www.yworks.com/products/yed/">http://www.yworks.com/products/yed/</a></td> + </tr> + <tr> + + <th>Contact:</th> + <td><a href ='http://www.yworks.com/en/company_contact.htm'>yWorks Support</a></td> + </tr> + <tr> + <th>License:</th> + <td>Freeware</td> + </tr> + + </table> + </subsection> </section> </body>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]