You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2005/06/22 21:45:36 UTC

svn commit: r192984 - /maven/maven-1/plugins/trunk/checkstyle/plugin.jelly

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org