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

@ -47,7 +47,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="Ecmascript5" />
<property name="lang-terse-name" value="ecmascript5" />
<property name="javacc.jar" value="${javacc.jar}" />