You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/11/30 00:25:13 UTC

svn commit: r1040341 - /jakarta/jmeter/trunk/build.xml

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: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org