You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2019/06/17 10:12:14 UTC

[jmeter] branch master updated: Don't call initSvn in ant run as we don't have subversion anymore.

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a5ad8e  Don't call initSvn in ant run as we don't have subversion anymore.
6a5ad8e is described below

commit 6a5ad8e59d0141b6cef0f97c394d5d468780d59b
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Mon Jun 17 12:11:59 2019 +0200

    Don't call initSvn in ant run as we don't have subversion anymore.
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index fcb52f3..135d132 100644
--- a/build.xml
+++ b/build.xml
@@ -1639,7 +1639,7 @@ run JMeter unless all the JMeter jars are added.
     </target>
     <target
         name="nightly"
-        depends="ant-version,nightly-setup,init-svnVersion,install,docs-printable,docs-api,test,_distribution"
+        depends="ant-version,nightly-setup,install,docs-printable,docs-api,test,_distribution"
         description="Build JMeter for nightly distribution (include docs)"/>
 
     <target name="_eolcheck">
@@ -3926,7 +3926,7 @@ run JMeter unless all the JMeter jars are added.
 
   <target name="sonar" depends="compile, install, coverage, _sonar" />
 
-  <target name="nightlysonar" depends="_coverage.prepare, nightly, init-svnVersion, _coverage.report, _sonar, complete-junit" />
+  <target name="nightlysonar" depends="_coverage.prepare, nightly, _coverage.report, _sonar, complete-junit" />
 
   <target name="setproxy" if="${proxy.use}">
     <setproxy proxyhost="${proxy.host}" proxyport="${proxy.port}"