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>
<!-- ========================================