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 2016/12/27 18:32:34 UTC

svn commit: r1776183 - in /jmeter/trunk: build.xml xdocs/overview.html

Author: fschumacher
Date: Tue Dec 27 18:32:34 2016
New Revision: 1776183

URL: http://svn.apache.org/viewvc?rev=1776183&view=rev
Log:
Spacepolice

Modified:
    jmeter/trunk/build.xml
    jmeter/trunk/xdocs/overview.html

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1776183&r1=1776182&r2=1776183&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Tue Dec 27 18:32:34 2016
@@ -335,7 +335,7 @@
   <!-- Directory where Jacoco libraries live -->
   <!-- I'm to lazy to fix this now, so I tag along with rat & checkstyle,
     which already live there. But: none of these should apear on the classpath
-    of Jmeter, neither runtime, nor compiletime. These are only required on the 
+    of Jmeter, neither runtime, nor compiletime. These are only required on the
     Ant classpath, so judging from comments elsewhere, this is the wrong place.
   -->
   <property name="lib.coverage" location="lib/opt"/>
@@ -3141,10 +3141,10 @@ run JMeter unless all the JMeter jars ar
      <taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml">
         <classpath path="${lib.coverage}/${jacocoant.jar}"/>
      </taskdef>
-     <jacoco:agent property="jacocoagent" 
+     <jacoco:agent property="jacocoagent"
                    destfile="reports/jacoco.exec"
                    includes="org.apache.jmeter.*:org.apache.jorphan.*:org.apache.commons.cli.avalon.*:org.sl4j.impl.StaticLoggerBinder"
-                   sessionid="" 
+                   sessionid=""
      />
   </target>
 

Modified: jmeter/trunk/xdocs/overview.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/overview.html?rev=1776183&r1=1776182&r2=1776183&view=diff
==============================================================================
--- jmeter/trunk/xdocs/overview.html (original)
+++ jmeter/trunk/xdocs/overview.html Tue Dec 27 18:32:34 2016
@@ -18,7 +18,7 @@
 <!-- This file is copied into the Javadoc overview -->
 <html>
 <body>
-This is the documentation for Apache JMeter version ${jmeter.version} API.
-@version ${jmeter.version}
+This is the documentation for Apache JMeter version 3.2-SNAPSHOT API.
+@version 3.2-SNAPSHOT
 </body>
 </html>
\ No newline at end of file