From: <otm...@us...> - 2009-08-19 16:15:09
|
Revision: 6698 http://jython.svn.sourceforge.net/jython/?rev=6698&view=rev Author: otmarhumbel Date: 2009-08-19 16:15:00 +0000 (Wed, 19 Aug 2009) Log Message: ----------- add livetribe-jsr223-2.0.5.jar to the eclipse .classpath to enable compilation of the jsr223 packages Modified Paths: -------------- trunk/jython/.classpath Modified: trunk/jython/.classpath =================================================================== --- trunk/jython/.classpath 2009-08-19 14:31:17 UTC (rev 6697) +++ trunk/jython/.classpath 2009-08-19 16:15:00 UTC (rev 6698) @@ -21,5 +21,6 @@ <classpathentry kind="lib" path="extlibs/mockrunner-0.4.1/jar/jdom.jar"/> <classpathentry kind="lib" path="extlibs/mockrunner-0.4.1/lib/jdk1.5/j2ee1.3/mockrunner-servlet.jar"/> <classpathentry kind="lib" path="extlibs/jna.jar"/> + <classpathentry kind="lib" path="extlibs/livetribe-jsr223-2.0.5.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. |