Fix python referring to old task
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
<phase>generate-sources</phase>
|
||||
<configuration>
|
||||
<target>
|
||||
<ant antfile="${javacc.ant.wrapper}" target="alljavacc-visitor+">
|
||||
<ant antfile="${javacc.ant.wrapper}" target="alljavacc">
|
||||
<property name="no-jjtree" value="true"/> <!-- This is a CPD module -->
|
||||
<property name="lang-name" value="Python" />
|
||||
<property name="lang-terse-name" value="python" />
|
||||
|
Reference in New Issue
Block a user