From: <pj...@us...> - 2009-04-05 18:42:29
|
Revision: 6166 http://jython.svn.sourceforge.net/jython/?rev=6166&view=rev Author: pjenvey Date: 2009-04-05 18:42:28 +0000 (Sun, 05 Apr 2009) Log Message: ----------- fix ant javatest regrtest (the buildbot) unnecessarily compiling twice Modified Paths: -------------- trunk/jython/build.xml Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2009-04-05 18:29:58 UTC (rev 6165) +++ trunk/jython/build.xml 2009-04-05 18:42:28 UTC (rev 6166) @@ -504,6 +504,8 @@ <include name="**/*.properties" /> </fileset> </copy> + <!-- grammar must now be up to date --> + <property name="antlr.notneeded" value="true" /> </target> <!-- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |