sebb        2003/12/06 18:16:24

  Modified:    .        build.xml
  Log:
  Show build.xml version in Gump logs
  
  Revision  Changes    Path
  1.146     +3 -1      jakarta-jmeter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/build.xml,v
  retrieving revision 1.145
  retrieving revision 1.146
  diff -u -r1.145 -r1.146
  --- build.xml 6 Dec 2003 20:40:54 -0000       1.145
  +++ build.xml 7 Dec 2003 02:16:24 -0000       1.146
  @@ -614,6 +614,8 @@
       projects/jakarta-jmeter.xml
     -->
     <target name="assume-libs-present">
  +  <!-- Show the build version in gump logs -->
  +  <echo>Version $Revision$ Last updated: $Date$</echo>
       <!-- try to avoid Gump classpath complaint -->
       <mkdir dir="${lib.opt}"/>
       <property name="assuming.libs.present" value="true"/>
  
  
  

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

Reply via email to