From: Dominik D. <da...@us...> - 2004-10-24 14:44:30
|
dahlemd 04/10/24 07:44:23 Modified: transform/xdocs Tag: new-transform-plugin-01_branch index.xml Log: added library requirements Revision Changes Path No revision No revision 1.1.2.2 +14 -0 maven-plugins/transform/xdocs/Attic/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/transform/xdocs/Attic/index.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- index.xml 24 Oct 2004 14:34:31 -0000 1.1.2.1 +++ index.xml 24 Oct 2004 14:44:23 -0000 1.1.2.2 @@ -90,5 +90,19 @@ </source> </p> </section> + <section name="Requirements"> + <p> + <table> + <tr> + <th>Tool</th> + <th>Download</th> + </tr> + <tr> + <td>Java Advanced Imaging (JAI) API</td> + <td><a href="http://java.sun.com/products/java-media/jai/">java.sun.com</a></td> + </tr> + </table> + </p> + </section> </body> </document> |