Author: sebb
Date: Wed Aug 10 19:08:34 2011
New Revision: 1156316

URL: http://svn.apache.org/viewvc?rev=1156316&view=rev
Log:
Ensure correct EOL when creating archives

Modified:
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=1156316&r1=1156315&r2=1156316&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Wed Aug 10 19:08:34 2011
@@ -1122,6 +1122,9 @@ run JMeter unless all the JMeter jars ar
     <exclude name="${extras.dir}/*.jar"/>
     <exclude name="${extras.dir}/*.jpg"/>
     <exclude name="${extras.dir}/*.jmx"/>
+    <!-- File types that need to retain their EOL setting -->
+    <exclude name="${extras.dir}/*.cmd"/>
+    <exclude name="${extras.dir}/*.sh"/>
   </patternset>
 
   <patternset id="dist.binaries.native">
@@ -1153,6 +1156,9 @@ run JMeter unless all the JMeter jars ar
     <include name="${extras.dir}/*.jar"/>
     <include name="${extras.dir}/*.jpg"/>
     <include name="${extras.dir}/*.jmx"/>
+    <!-- File types that need to retain their EOL setting -->
+    <include name="${extras.dir}/*.cmd"/>
+    <include name="${extras.dir}/*.sh"/>
   </patternset>
 
   <patternset id="dist.binaries.non.native">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to