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:
carlos 2005-06-22 19:45:34 +00:00
parent ed2da0fe4e
commit b99210851e

View File

@ -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}"