dion        2003/08/04 04:58:15

  Modified:    src/plugins-build/junit-report/src/plugin-resources
                        junit-failed.jsl
  Log:
  Fix bad tool class
  
  Revision  Changes    Path
  1.2       +1 -1      
maven/src/plugins-build/junit-report/src/plugin-resources/junit-failed.jsl
  
  Index: junit-failed.jsl
  ===================================================================
  RCS file: 
/home/cvs/maven/src/plugins-build/junit-report/src/plugin-resources/junit-failed.jsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- junit-failed.jsl  1 Aug 2003 02:16:08 -0000       1.1
  +++ junit-failed.jsl  4 Aug 2003 11:58:15 -0000       1.2
  @@ -17,7 +17,7 @@
     <j:useBean var="htmlescape" class="org.apache.velocity.anakia.Escape"/>
     <j:useBean var="formatter" class="org.apache.maven.DVSLFormatter"/>
     <j:useBean var="fileutil" class="org.apache.velocity.texen.util.FileUtil"/>
  -  <j:useBean var="pathtool" class="org.apache.maven.DVSLPathTool"/>
  +  <j:useBean var="pathtool" class="org.apache.maven.util.DVSLPathTool"/>
   
     
     <define:taglib uri="junit">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to