fix problem with antlr always re-building

This commit is contained in:
benfry
2010-04-12 22:26:48 +00:00
parent 6bdbc3caef
commit fb5ee76b30
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -48,7 +48,8 @@
</delete>
</target>
<target name="preproc" depends="clean" description="Compile ANTLR grammar">
<!--<target name="preproc" depends="clean" description="Compile ANTLR grammar">-->
<target name="preproc" description="Compile ANTLR grammar">
<antlr target="${grammars}/java15.g" outputdirectory="${generated}">
<classpath path="${antlrjar}" />
</antlr>