|
From: Pelle B. <pe...@us...> - 2004-04-09 23:10:09
|
Update of /cvsroot/neuclear/neuclear-commons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5482 Modified Files: project.xml Log Message: SwingAgent now manages key creation as well through the NewAliasDialog. Many small uservalidation features have also been added. Index: project.xml =================================================================== RCS file: /cvsroot/neuclear/neuclear-commons/project.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** project.xml 7 Apr 2004 17:22:10 -0000 1.26 --- project.xml 9 Apr 2004 22:56:45 -0000 1.27 *************** *** 83,86 **** --- 83,112 ---- </properties> </dependency> + <dependency> + <groupId>jgoodies</groupId> + <artifactId>forms</artifactId> + + <version>1.0.4</version> + <properties> + <war.bundle>true</war.bundle> + </properties> + </dependency> + <dependency> + <groupId>jgoodies</groupId> + <artifactId>looks</artifactId> + + <version>1.2.0</version> + <properties> + <war.bundle>true</war.bundle> + </properties> + </dependency> + <dependency> + <groupId>jgoodies</groupId> + <artifactId>plastic</artifactId> + <version>1.2.0</version> + <properties> + <war.bundle>true</war.bundle> + </properties> + </dependency> <!-- <dependency> <id>nanocontainer</id> |