Author: carlos Date: Wed Jun 22 12:45:34 2005 New Revision: 192984 URL: http://svn.apache.org/viewcvs?rev=192984&view=rev Log: Fixed tag
Modified: maven/maven-1/plugins/trunk/checkstyle/plugin.jelly Modified: maven/maven-1/plugins/trunk/checkstyle/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/plugin.jelly?rev=192984&r1=192983&r2=192984&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/checkstyle/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/checkstyle/plugin.jelly Wed Jun 22 12:45:34 2005 @@ -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}" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]