sebb        2003/11/30 06:09:26

  Modified:    .        build.xml
  Log:
  Gump already sets java.awt.headless
  
  Revision  Changes    Path
  1.138     +3 -1      jakarta-jmeter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/build.xml,v
  retrieving revision 1.137
  retrieving revision 1.138
  diff -u -r1.137 -r1.138
  --- build.xml 30 Nov 2003 03:28:47 -0000      1.137
  +++ build.xml 30 Nov 2003 14:09:26 -0000      1.138
  @@ -837,7 +837,9 @@
        <path refid="classpath"/>
        <fileset dir="${dest.jar}" includes="*.jar"/>
         </classpath>
  +      <!-- Gump already does this...
         <sysproperty key="java.awt.headless" value="${gump.run}"/>
  +      -->
   
         <arg value="../lib/ext"/>
         <arg value="./jmetertest.properties"/>
  
  
  

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

Reply via email to