Author: sebb
Date: Thu Dec 2 13:25:04 2010
New Revision: 1041369
URL: http://svn.apache.org/viewvc?rev=1041369&view=rev
Log:
Drop SVNPATH hack - Hudson should provide svn on the PATH
Modified:
jakarta/jmeter/trunk/build.xml
Modified: jakarta/jmeter/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=1041369&r1=1041368&r2=1041369&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Thu Dec 2 13:25:04 2010
@@ -1906,8 +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">
+ <exec executable="svn" resultproperty="svn.exec.result"
errorproperty="svn.exec.error" failifexecutionfails="false">
<arg line="info"/>
<redirector outputproperty="svn.revision">
<outputfilterchain>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]