[Nice-commit] swing/examples/events project.xml,NONE,1.1
Brought to you by:
bonniot
From: <bo...@us...> - 2004-02-05 15:23:17
|
Update of /cvsroot/nice/swing/examples/events In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5494/examples/events Added Files: project.xml Log Message: Maven support for building the examples and uploading to the nice.sf.net repository. --- NEW FILE: project.xml --- <?xml version="1.0" encoding="latin1" ?> <project> <extend>../project-template.xml</extend> <name>Nice-swing event example</name> <id>nice-swing-event-example</id> <package>examples.events</package> <shortDescription> Example programs using the Swing adapter for Nice </shortDescription> <description> This project contains four small example programs that use Nice-swing to display a user-interface. </description> </project> |