Author: milamber
Date: Sun Aug  7 21:53:17 2011
New Revision: 1154775

URL: http://svn.apache.org/viewvc?rev=1154775&view=rev
Log:
reduce substring to check for revision to bypass svn replace

Modified:
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=1154775&r1=1154774&r2=1154775&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Sun Aug  7 21:53:17 2011
@@ -1293,7 +1293,7 @@ run JMeter unless all the JMeter jars ar
         <fail message="jmeter.version must be same as JMeterVersion.VERSION" 
unless="version.match"/>
         <condition property="svn.match">
             <resourcecontains 
resource="${src.core}/org/apache/jmeter/util/JMeterVersion.java"
-               substring='REVISION = "Revision: ${svn.revision} $";'/>
+               substring='Revision: ${svn.revision} $";'/>
         </condition>
        <fail message="svn.revision must be same as JMeterVersion.REVISION" 
unless="svn.match"/>
     </target>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to