Author: sebb
Date: Mon Nov 29 23:25:12 2010
New Revision: 1040341
URL: http://svn.apache.org/viewvc?rev=1040341&view=rev
Log:
Must default to blank
Modified:
jakarta/jmeter/trunk/build.xml
Modified: jakarta/jmeter/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=1040341&r1=1040340&r2=1040341&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Mon Nov 29 23:25:12 2010
@@ -1906,6 +1906,7 @@ run JMeter unless all the JMeter jars ar
</target>
<target name="svnCheck" description="Use SVN to get the current revision">
+ <property name="SVNPATH" value=""/>
<exec executable="${SVNPATH}svn" resultproperty="svn.exec.result"
errorproperty="svn.exec.error" failifexecutionfails="false">
<arg line="info"/>
<redirector outputproperty="svn.revision">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]