From: <jan...@us...> - 2008-01-21 23:17:59
|
Revision: 717 http://magicmap.svn.sourceforge.net/magicmap/?rev=717&view=rev Author: jan_fride Date: 2008-01-21 15:17:30 -0800 (Mon, 21 Jan 2008) Log Message: ----------- * Added Genric Collection lib (hopefully to eclipse?) * Fixed Bug in NodeKeyFunction. (Some funtionality is still missing) Modified Paths: -------------- trunk/magicmapclient/.classpath trunk/magicmapclient/src/net/sf/magicmap/core/model/node/NodeKeyFunction.java Added Paths: ----------- trunk/magicmapclient/lib/collections-generic-4.01.jar Modified: trunk/magicmapclient/.classpath =================================================================== --- trunk/magicmapclient/.classpath 2008-01-21 22:18:23 UTC (rev 716) +++ trunk/magicmapclient/.classpath 2008-01-21 23:17:30 UTC (rev 717) @@ -36,5 +36,6 @@ <classpathentry kind="lib" path="lib/nekohtml.jar"/> <classpathentry kind="lib" path="lib-dev/junit.jar"/> <classpathentry kind="lib" path="lib/looks-2.1.4.jar"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="lib" path="lib/collections-generic-4.01.jar"/> + <classpathentry kind="output" path="bin"/> </classpath> Added: trunk/magicmapclient/lib/collections-generic-4.01.jar =================================================================== (Binary files differ) Property changes on: trunk/magicmapclient/lib/collections-generic-4.01.jar ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/magicmapclient/src/net/sf/magicmap/core/model/node/NodeKeyFunction.java =================================================================== --- trunk/magicmapclient/src/net/sf/magicmap/core/model/node/NodeKeyFunction.java 2008-01-21 22:18:23 UTC (rev 716) +++ trunk/magicmapclient/src/net/sf/magicmap/core/model/node/NodeKeyFunction.java 2008-01-21 23:17:30 UTC (rev 717) @@ -25,5 +25,5 @@ * @param node the node to create a key for. * @return */ - K key(INode node); + K key(N node); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |