From: <otm...@us...> - 2010-10-07 20:46:27
|
Revision: 7140 http://jython.svn.sourceforge.net/jython/?rev=7140&view=rev Author: otmarhumbel Date: 2010-10-07 20:46:21 +0000 (Thu, 07 Oct 2010) Log Message: ----------- Upgraded Guava Google collections to 0.7. Modified Paths: -------------- trunk/jython/.classpath Modified: trunk/jython/.classpath =================================================================== --- trunk/jython/.classpath 2010-10-06 22:44:52 UTC (rev 7139) +++ trunk/jython/.classpath 2010-10-07 20:46:21 UTC (rev 7140) @@ -37,6 +37,6 @@ <classpathentry kind="lib" path="extlibs/jffi-x86_64-SunOS.jar"/> <classpathentry kind="lib" path="extlibs/jffi.jar"/> <classpathentry kind="lib" path="extlibs/jnr-posix.jar"/> - <classpathentry kind="lib" path="extlibs/guava-r05.jar"/> + <classpathentry kind="lib" path="extlibs/guava-r07.jar"/> <classpathentry kind="output" path="build/classes"/> </classpath> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |