From: <otm...@us...> - 2009-03-03 07:03:10
|
Revision: 6062 http://jython.svn.sourceforge.net/jython/?rev=6062&view=rev Author: otmarhumbel Date: 2009-03-03 07:03:09 +0000 (Tue, 03 Mar 2009) Log Message: ----------- Update to antlr 3.1.2. for eclipse Modified Paths: -------------- trunk/jython/.classpath Modified: trunk/jython/.classpath =================================================================== --- trunk/jython/.classpath 2009-03-03 01:24:04 UTC (rev 6061) +++ trunk/jython/.classpath 2009-03-03 07:03:09 UTC (rev 6062) @@ -13,7 +13,7 @@ <classpathentry kind="lib" path="extlibs/postgresql-8.3-603.jdbc4.jar"/> <classpathentry kind="lib" path="extlibs/servlet-api-2.5.jar"/> <classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/> - <classpathentry kind="lib" path="extlibs/antlr-3.1.1-runtime.jar"/> + <classpathentry kind="lib" path="extlibs/antlr-3.1.2.jar"/> <classpathentry kind="lib" path="extlibs/asm-3.1.jar"/> <classpathentry kind="lib" path="extlibs/asm-commons-3.1.jar"/> <classpathentry kind="lib" path="extlibs/constantine-0.4.jar"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |