sebb        2005/08/05 09:57:31

  Modified:    .        build.xml
  Log:
  Fix JMX files to be LF terminated (temp hack until SVN)
  
  Revision  Changes    Path
  1.210     +8 -2      jakarta-jmeter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/build.xml,v
  retrieving revision 1.209
  retrieving revision 1.210
  diff -u -r1.209 -r1.210
  --- build.xml 5 Aug 2005 16:02:40 -0000       1.209
  +++ build.xml 5 Aug 2005 16:57:31 -0000       1.210
  @@ -1318,6 +1318,12 @@
     
      <!-- Generic test target, not intended to be called directly -->
      <target name="_test">
  +     <!-- 
  +     JMX files are now written with LF only however CVS does not
  +     allow this to be specified, it seems...
  +     Temporary fix until migrated to SVN
  +     -->
  +     <fixcrlf srcdir="bin/testfiles" eol="lf" includes="*.jmx"/>
      <!-- 
      The property java.awt.headless is not automatically passed on,
      because the tests are run in a separate JVM from the build.
  
  
  

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

Reply via email to