You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2014/04/01 22:00:30 UTC

svn commit: r1583770 - /ant/ivy/updatesite/trunk/build.xml

Author: maartenc
Date: Tue Apr  1 20:00:29 2014
New Revision: 1583770

URL: http://svn.apache.org/r1583770
Log:
Fixed eol problem generating the main repo on Windows.

Modified:
    ant/ivy/updatesite/trunk/build.xml

Modified: ant/ivy/updatesite/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/updatesite/trunk/build.xml?rev=1583770&r1=1583769&r2=1583770&view=diff
==============================================================================
--- ant/ivy/updatesite/trunk/build.xml (original)
+++ ant/ivy/updatesite/trunk/build.xml Tue Apr  1 20:00:29 2014
@@ -117,6 +117,7 @@ ${ASL2-header}
         </concat>
         <echo append="true" file="${dist.release.dir}/compositeArtifacts.xml"><![CDATA[</repository>
 ]]></echo>
+    	<fixcrlf file="${dist.release.dir}/compositeArtifacts.xml" />
 
         <echo file="${dist.release.dir}/compositeContent.xml"><![CDATA[<?xml version='1.0' encoding='UTF-8'?>
 <?compositeArtifactRepository version='1.0.0'?>
@@ -132,6 +133,7 @@ ${ASL2-header}
         </concat>
         <echo append="true" file="${dist.release.dir}/compositeContent.xml"><![CDATA[</repository>
 ]]></echo>
+        <fixcrlf file="${dist.release.dir}/compositeContent.xml" />
     </target>
 
     <!-- ========================================