From: <fwi...@us...> - 2008-08-06 12:08:19
|
Revision: 5092 http://jython.svn.sourceforge.net/jython/?rev=5092&view=rev Author: fwierzbicki Date: 2008-08-06 12:08:16 +0000 (Wed, 06 Aug 2008) Log Message: ----------- trigger jarjar if grammar changes (since clean is triggered). Modified Paths: -------------- branches/asm/build.xml Modified: branches/asm/build.xml =================================================================== --- branches/asm/build.xml 2008-08-06 11:59:35 UTC (rev 5091) +++ branches/asm/build.xml 2008-08-06 12:08:16 UTC (rev 5092) @@ -508,7 +508,7 @@ includesfile="${jython.base.dir}/CoreExposed.includes"/> </target> - <target name="jarjar" depends="init,needed-check" unless="jarjar.notneeded"> + <target name="jarjar" depends="init,needed-check" unless="jarjar.notneeded,antlr.notneeded"> <taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpath="extlibs/jarjar-0.7.jar"/> <jarjar destfile="${output.dir}/jarjar.jar"> <zipfileset src="extlibs/antlr-runtime-3.1b2.jar"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |