sebb        2003/10/03 03:48:27

  Modified:    .        build.xml
  Log:
  If version.noupdate is defined, then don't update VERSION string
  
  Revision  Changes    Path
  1.115     +1 -1      jakarta-jmeter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/build.xml,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -r1.114 -r1.115
  --- build.xml 2 Oct 2003 22:23:26 -0000       1.114
  +++ build.xml 3 Oct 2003 10:48:27 -0000       1.115
  @@ -205,7 +205,7 @@
       </javac>
     </target>
   
  -  <target name="update-version">
  +  <target name="update-version" unless="version.noupdate">
       <echo>Updating version string</echo>
       <replaceregexp file="${src.core}/org/apache/jmeter/util/JMeterVersion.java"
        match="VERSION = &quot;.*?&quot;"
  
  
  

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

Reply via email to