sebb        2004/03/07 15:50:38

  Modified:    .        build.xml
  Log:
  Correct minor typos in findbugs-style
  
  Revision  Changes    Path
  1.167     +10 -11    jakarta-jmeter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/build.xml,v
  retrieving revision 1.166
  retrieving revision 1.167
  diff -u -r1.166 -r1.167
  --- build.xml 7 Mar 2004 23:40:38 -0000       1.166
  +++ build.xml 7 Mar 2004 23:50:38 -0000       1.167
  @@ -163,14 +163,13 @@
       <antcall target="findbugs-style"/>
     </target>
     
  -  <!-- Convert findbugs XML output to HTML -->
  +  <!-- Convert findbugs XML output to CSV -->
      <target name="findbugs-style">
  -   <xslt style="fb-csv.xsl" 
  -   force="true"
  -   in="${findbugs.outName}.xml" 
  -   out="${findbugs.outName}.csv">
  -   <param name="messagefile" expression="${findbugs.home}/plugin/messages.xml"/>
  -   </xslt>
  +     <xslt style="fb-csv.xsl" 
  +       force="true"
  +       in="${findbugs.outName}.xml" 
  +       out="${findbugs.outName}.csv">
  +     </xslt>
      </target>
   
     <!-- Where the Sources live -->
  
  
  

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

Reply via email to