From: <fwi...@us...> - 2008-08-27 16:07:40
|
Revision: 5257 http://jython.svn.sourceforge.net/jython/?rev=5257&view=rev Author: fwierzbicki Date: 2008-08-27 16:07:35 +0000 (Wed, 27 Aug 2008) Log Message: ----------- revert build.xml after accidently checking in my local copy. Modified Paths: -------------- branches/nowalker/build.xml Modified: branches/nowalker/build.xml =================================================================== --- branches/nowalker/build.xml 2008-08-27 02:47:56 UTC (rev 5256) +++ branches/nowalker/build.xml 2008-08-27 16:07:35 UTC (rev 5257) @@ -318,7 +318,9 @@ change to grammar files. If you are working on the grammars you might want to comment this out, as a clean is really only needed if you change the tokens defined in Python.g (and cleans make the build slow) --> + <antcall target="clean"/> <!-- force jarjar build --> + <property name="jarjar.needed" value="true" /> </target> <target name ="prepare-output" depends="init,needed-check,clean-if-antlr-needed,make-output-dirs"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |