Merge branch 'master' into clem.pmd7-refactor-cpd

This commit is contained in:
Clément Fournier
2023-05-26 11:59:05 +02:00
136 changed files with 5166 additions and 2171 deletions

View File

@ -34,7 +34,7 @@
<configuration>
<target>
<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-terse-name" value="python" />
<property name="javacc.jar" value="${javacc.jar}" />