forked from phoedos/pmd
Fix python referring to old task
This commit is contained in:
@ -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" />
|
||||||
|
Reference in New Issue
Block a user