-package not @header

This commit is contained in:
Terence Parr 2013-09-16 16:03:53 -07:00
parent 5e7c1c2cf1
commit 3ab2733635
1 changed files with 6 additions and 1 deletions

View File

@ -185,7 +185,12 @@
</pathconvert>
<echo message="Generating ANTLR 4 grammars:${line.separator} ${echo.sources.antlr4}"/>
<antlr4 srcpath="org/antlr/v4/runtime/tree/xpath"/>
<antlr4 srcpath="org/antlr/v4/runtime/tree/xpath">
<args>
<arg value="-package"/>
<arg value="org.antlr.v4.runtime.tree.xpath"/>
</args>
</antlr4>
<touch file="${antlr4.touch}" mkdirs="true"/>
</target>