From: <fwi...@us...> - 2008-11-12 19:34:01
|
Revision: 5575 http://jython.svn.sourceforge.net/jython/?rev=5575&view=rev Author: fwierzbicki Date: 2008-11-12 19:33:58 +0000 (Wed, 12 Nov 2008) Log Message: ----------- Oops, try #2. That's what I get for doing this w/o having eclipse installed for verification. Modified Paths: -------------- trunk/jython/.classpath Modified: trunk/jython/.classpath =================================================================== --- trunk/jython/.classpath 2008-11-12 19:32:40 UTC (rev 5574) +++ trunk/jython/.classpath 2008-11-12 19:33:58 UTC (rev 5575) @@ -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.1.jar"/> + <classpathentry kind="lib" path="extlibs/antlr-3.1.1-runtime.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. |