Exclude generated AST*.java files from internalization

This commit is contained in:
Andreas Dangel
2020-01-24 16:19:24 +01:00
parent bed7baa35e
commit 5feca7fd93
11 changed files with 33 additions and 11 deletions

View File

@ -96,7 +96,9 @@ public class Token implements GenericToken, java.io.Serializable]]></replacevalu
<replaceregexp>
<regexp pattern="class|interface" />
<substitution expression="@Deprecated @net.sourceforge.pmd.annotation.InternalApi \0" />
<fileset dir="${target}/net/sourceforge/pmd/lang/objectivec/ast"/>
<fileset dir="${target}/net/sourceforge/pmd/lang/objectivec/ast">
<exclude name="AST*.java" />
</fileset>
</replaceregexp>
<replaceregexp>