You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/01/03 01:21:29 UTC

svn commit: r1226587 - /jmeter/trunk/build.xml

Author: sebb
Date: Tue Jan  3 00:21:29 2012
New Revision: 1226587

URL: http://svn.apache.org/viewvc?rev=1226587&view=rev
Log:
Trailing spaces

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1226587&r1=1226586&r2=1226587&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Tue Jan  3 00:21:29 2012
@@ -41,7 +41,7 @@
       ant docs-all
 
     To build all and package up the files for distribution
-      ant distribution -Djmeter.version=vvvv [-Dsvn.revision=nnnnn] 
+      ant distribution -Djmeter.version=vvvv [-Dsvn.revision=nnnnn]
   	
     Add -Ddisable-svnCheck=true to disable svn check, if you build from src archive or offline
   	Add -Ddisable-check-versions=true to disable matching current svn revision and JMeterVersion.java,
@@ -317,7 +317,7 @@
   <property name="src.java.version" value="1.5"/>
   <property name="encoding" value="UTF-8"/>
   <!-- Set test encoding to the same default, but allow override -->
-  <property name="test.encoding" value="${encoding}"/>  
+  <property name="test.encoding" value="${encoding}"/>
   <property name="includeAntRuntime" value="false"/>
 
   <!-- 3rd party libraries to be included in the binary distribution -->
@@ -1316,7 +1316,7 @@ run JMeter unless all the JMeter jars ar
         <fail message="svn.revision must be defined" unless="svn.revision"/>
         <local         name="version.match"/>
         <condition property="version.match">
-            <resourcecontains resource="${src.core}/org/apache/jmeter/util/JMeterVersion.java" 
+            <resourcecontains resource="${src.core}/org/apache/jmeter/util/JMeterVersion.java"
             	substring='VERSION = "${jmeter.version}";'/>
         </condition>
         <fail message="jmeter.version must be same as JMeterVersion.VERSION" unless="version.match"/>
@@ -2276,7 +2276,7 @@ run JMeter unless all the JMeter jars ar
             <param name="_check_exists" value="true"/>
         </antcall>
     </target>
-    
+
     <target name="checkstyle">
         <taskdef resource="checkstyletask.properties"
                  classpath="${lib.opt}/checkstyle-5.3-all.jar"/>