Fixed tag
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@192984 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ed2da0fe4e
commit
b99210851e
@ -172,7 +172,7 @@
|
||||
<j:if test="${(unitTestSourcesPresent == 'true') and (context.getVariable('maven.checkstyle.check.tests'))}">
|
||||
<ant:pathconvert property="testSrcSetString" pathSep="||||"
|
||||
refid="maven.test.compile.src.set"/>
|
||||
<u:tokenize var="testDirs" delim="||||">${testSrcSetString}</u:tokenize>
|
||||
<util:tokenize var="testDirs" delim="||||">${testSrcSetString}</util:tokenize>
|
||||
|
||||
<j:forEach var="testDir" items="${testDirs}">
|
||||
<ant:fileset dir="${testDir}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user