Fix python referring to old task

This commit is contained in:
Clément Fournier
2020-08-26 19:30:07 +02:00
parent c1eb426142
commit 827782a089

View File

@ -33,7 +33,7 @@
<phase>generate-sources</phase> <phase>generate-sources</phase>
<configuration> <configuration>
<target> <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="no-jjtree" value="true"/> <!-- This is a CPD module -->
<property name="lang-name" value="Python" /> <property name="lang-name" value="Python" />
<property name="lang-terse-name" value="python" /> <property name="lang-terse-name" value="python" />