sebb        2004/01/03 04:19:38

  Modified:    .        build.xml
  Log:
  Add gump-compile target
  
  Revision  Changes    Path
  1.154     +9 -4      jakarta-jmeter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/build.xml,v
  retrieving revision 1.153
  retrieving revision 1.154
  diff -u -r1.153 -r1.154
  --- build.xml 20 Dec 2003 12:21:34 -0000      1.153
  +++ build.xml 3 Jan 2004 12:19:38 -0000       1.154
  @@ -684,13 +684,18 @@
     Additional gump targets. The intention is to move towards separate build, test
     and documentation projects for the jmeter module.
     -->
  -  <target name="gump-build" 
depends="assume-libs-present,clean,install,docs-printable" description="Build JMeter">
  +  <target name="gump-build" 
depends="assume-libs-present,clean,install,docs-printable" 
  +          description="Build JMeter">
       <property name="dist.name" value="jakarta-jmeter-${version}"/>
       <antcall target="_pack-binaries"/>
       <antcall target="_pack-libraries"/>
       <antcall target="_pack-source"/>
     </target>
     
  +  <target name="gump-compile" depends="assume-libs-present,clean,compile" 
  +          description="Compile JMeter only">
  +  </target>
  +
     <target name="gump-test" depends="_test" description="Test JMeter">
     </target>
     
  
  
  

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

Reply via email to