From: <otm...@us...> - 2010-06-26 06:26:10
|
Revision: 7073 http://jython.svn.sourceforge.net/jython/?rev=7073&view=rev Author: otmarhumbel Date: 2010-06-26 06:26:04 +0000 (Sat, 26 Jun 2010) Log Message: ----------- for eclipse users: add the new guava-r05.jar to .classpath Modified Paths: -------------- trunk/jython/.classpath Modified: trunk/jython/.classpath =================================================================== --- trunk/jython/.classpath 2010-06-26 06:04:00 UTC (rev 7072) +++ trunk/jython/.classpath 2010-06-26 06:26:04 UTC (rev 7073) @@ -37,5 +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="output" path="build/classes"/> </classpath> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |