From: <fwi...@us...> - 2008-08-20 20:57:11
|
Revision: 5225 http://jython.svn.sourceforge.net/jython/?rev=5225&view=rev Author: fwierzbicki Date: 2008-08-20 20:57:09 +0000 (Wed, 20 Aug 2008) Log Message: ----------- re-remove PythonWalker.g from build Modified Paths: -------------- branches/nowalker/build.xml Modified: branches/nowalker/build.xml =================================================================== --- branches/nowalker/build.xml 2008-08-20 19:58:17 UTC (rev 5224) +++ branches/nowalker/build.xml 2008-08-20 20:57:09 UTC (rev 5225) @@ -434,7 +434,6 @@ <arg value="-lib"/> <arg path="${work.dir}/build/gensrc/org/python/antlr"/> <arg file="${jython.base.dir}/grammar/Python.g"/> - <arg file="${jython.base.dir}/grammar/PythonWalker.g"/> <arg file="${jython.base.dir}/grammar/PythonPartial.g"/> <classpath refid="main.classpath"/> </java> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |