Author: sebb
Date: Sun Aug  7 22:54:40 2011
New Revision: 1154783

URL: http://svn.apache.org/viewvc?rev=1154783&view=rev
Log:
Drop trailing $ to ensure SVN property is not replaced

Modified:
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=1154783&r1=1154782&r2=1154783&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Sun Aug  7 22:54:40 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: ${svn.revision} $";'/>
+               substring='REVISION = "$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