Skip to content

Commit

Permalink
RAT-353: Add .vm suffix to enable resource filtering on ANT task reso…
Browse files Browse the repository at this point in the history
…urces
  • Loading branch information
ottlinger committed Jan 24, 2024
1 parent da353f4 commit a67dd8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public class YASLMatcher implements IHeaderMatcher {

-------
<path id="rat-classpath">
<pathelement location="YOUR-PATH-TO/apache-rat-${version}.jar"/>
<pathelement location="YOUR-PATH-TO/apache-rat-${project.version}.jar"/>
<pathelement location="YOUR-PATH-TO/yasl-matcher.jar"/>
</path>
<taskdef
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Installation
<taskdef
resource="org/apache/rat/anttasks/antlib.xml">
<classpath>
<pathelement location="YOUR-PATH-TO/apache-rat-${version}.jar"/>
<pathelement location="YOUR-PATH-TO/apache-rat-${project.version}.jar"/>
</classpath>
</taskdef>
-------
Expand All @@ -64,7 +64,7 @@ Installation
uri="antlib:org.apache.rat.anttasks"
resource="org/apache/rat/anttasks/antlib.xml">
<classpath>
<pathelement location="YOUR-PATH-TO/apache-rat-${version}.jar"/>
<pathelement location="YOUR-PATH-TO/apache-rat-${project.version}.jar"/>
</classpath>
</taskdef>
-------
Expand Down

0 comments on commit a67dd8e

Please sign in to comment.