You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2013/03/22 00:56:02 UTC

svn commit: r1459591 - /httpcomponents/httpcore/trunk/src/main/assembly/build.xml

Author: sebb
Date: Thu Mar 21 23:56:02 2013
New Revision: 1459591

URL: http://svn.apache.org/r1459591
Log:
asl2.header is a source file so needs EOL conversion

Modified:
    httpcomponents/httpcore/trunk/src/main/assembly/build.xml

Modified: httpcomponents/httpcore/trunk/src/main/assembly/build.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/src/main/assembly/build.xml?rev=1459591&r1=1459590&r2=1459591&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/src/main/assembly/build.xml (original)
+++ httpcomponents/httpcore/trunk/src/main/assembly/build.xml Thu Mar 21 23:56:02 2013
@@ -27,7 +27,7 @@
 
   <!-- Use property to define the source file types, as it is needed twice -->
   <property name="src.file.types" 
-  	value="**/*.txt **/*.xml **/*.properties **/*.java **/*.html **/*.css **/*.apt **/*.xsl"/>
+  	value="asl2.header **/*.txt **/*.xml **/*.properties **/*.java **/*.html **/*.css **/*.apt **/*.xsl"/>
 
   <target name="fixarchives" depends="_eolcheck,fixzip,fixtgz">
   </target>