[Nice-commit] swing project.xml,1.2,1.3
Brought to you by:
bonniot
From: <bo...@us...> - 2004-02-06 19:08:32
|
Update of /cvsroot/nice/swing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15738 Modified Files: project.xml Log Message: Added link to the wiki documentation. Index: project.xml =================================================================== RCS file: /cvsroot/nice/swing/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** project.xml 5 Feb 2004 15:20:45 -0000 1.2 --- project.xml 6 Feb 2004 19:05:35 -0000 1.3 *************** *** 15,23 **** <shortDescription>Extension of the Swing toolkit to make use of Nice advanced features</shortDescription> ! <description> This library allows you to write a Swing user interface in Nice programs. It allows a more elegant programming style than Swing programs written in Java by using Nice's features like anonymous functions and named and optional method parameters. </description> --- 15,30 ---- <shortDescription>Extension of the Swing toolkit to make use of Nice advanced features</shortDescription> ! <description><![CDATA[ ! <p> This library allows you to write a Swing user interface in Nice programs. It allows a more elegant programming style than Swing programs written in Java by using Nice's features like anonymous functions and named and optional method parameters. + </p><p> + See the + <a href="http://nice.sourceforge.net/cgi-bin/twiki/view/Doc/NiceSwing"> + documentation</a> of the library. + </p> + ]]> </description> |