You are viewing a plain text version of this content. The canonical link for it is here.
Posted to devnull@infra.apache.org by vl...@apache.org on 2019/06/08 18:42:44 UTC

[jmeter] 40/47: Fix LF for all .sh files as well

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

vladimirsitnikov pushed a commit to annotated tag v2_3
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 47962f9b68a64ab6e3198e70356e83a394ec9f35
Author: Sebastian Bazley <se...@apache.org>
AuthorDate: Mon Sep 24 14:24:12 2007 +0000

    Fix LF for all .sh files as well
    
    git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@578824 13f79535-47bb-0310-9956-ffa450edef68
    
    Former-commit-id: f8138bd6bf9f4a0502a65da9693bf16175174bfd
---
 build.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/build.xml b/build.xml
index 9b31396..ec8d807 100644
--- a/build.xml
+++ b/build.xml
@@ -964,7 +964,7 @@ run JMeter unless all the JMeter jars are added.
   </target>
 
   <target name="install" depends="package" description="Install JMeter. (Compiles code and creates jars)">
-    <fixcrlf srcdir="." eol="lf" includes="**/jmeter,**/jmeter-server,**/jmeter-report"/>
+    <fixcrlf srcdir="." eol="lf" includes="bin/*.sh bin/jmeter bin/jmeter-server bin/jmeter-report"/>
   </target>
 
   <target name="all" depends="clean,install" 
@@ -1636,11 +1636,8 @@ run JMeter unless all the JMeter jars are added.
    	  </path>
       <!-- The task def is nested here so that a missing jar only causes an error if the task is used -->
    	  <taskdef resource="svntask.properties" classpathref="svn.classpath"/>
-    	<svn javahl="true">
+    	<svn>
           <status path="build.xml" 
-          	textStatusProperty="testStatus.textStatus"
-    		propStatusProperty="testStatus.propStatus"
-    		lastChangedRevisionProperty="testStatus.lastCommitRevision"
     		revisionProperty="svnCheck.revision"/>
     	</svn>
     </target>