From: <fwi...@us...> - 2008-11-12 19:32:43
|
Revision: 5574 http://jython.svn.sourceforge.net/jython/?rev=5574&view=rev Author: fwierzbicki Date: 2008-11-12 19:32:40 +0000 (Wed, 12 Nov 2008) Log Message: ----------- Hopefully helping for eclipse users :). Modified Paths: -------------- trunk/jython/.classpath Modified: trunk/jython/.classpath =================================================================== --- trunk/jython/.classpath 2008-11-12 19:10:54 UTC (rev 5573) +++ trunk/jython/.classpath 2008-11-12 19:32:40 UTC (rev 5574) @@ -14,6 +14,6 @@ <classpathentry kind="lib" path="extlibs/servlet-api-2.5.jar"/> <classpathentry kind="lib" path="build/jarjar"/> <classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/> - <classpathentry kind="lib" path="extlibs/antlr-runtime-3.1.jar"/> + <classpathentry kind="lib" path="extlibs/antlr-runtime-3.1.1.jar"/> <classpathentry kind="output" path="bugtests/classes"/> </classpath> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |