Skip to content

Commit

Permalink
Force selected files to LF end-of-line conventions so that they match…
Browse files Browse the repository at this point in the history
… the repository whether built on Windows, Linux or Mac. Another step towards Windows operation.
  • Loading branch information
iay committed Sep 10, 2007
1 parent 6b41b3a commit 2686e44
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
<!-- [1] -->
<XALAN x="master_sdss.xsl" i="${master.file.name}"
o="${sdss.master.file}" />
<fixcrlf file="${xml.dir}/${sdss.master.file}" eol="lf"/>
</target>

<target name="gen.sdss.1.3">
Expand All @@ -246,12 +247,14 @@
<!-- [5] -->
<XALAN x="v13_to_v12_sites.xsl" i="${sdss.master.file}"
o="sdss-sites-12-unsigned.xml"/>
<fixcrlf file="${xml.dir}/sdss-sites-12-unsigned.xml" eol="lf"/>
<!-- [6] -->
<copy overwrite="yes" file="${xml.dir}/sdss-sites-12-unsigned.xml"
tofile="${xml.dir}/sdss-sites-unsigned.xml"/>
<!-- [11] -->
<XALAN x="v13_to_v12_trust.xsl" i="${sdss.master.file}"
o="sdss-trust-12-unsigned.xml"/>
<fixcrlf file="${xml.dir}/sdss-trust-12-unsigned.xml" eol="lf"/>
<!-- [12] -->
<copy overwrite="yes" file="${xml.dir}/sdss-trust-12-unsigned.xml"
tofile="${xml.dir}/sdss-trust-unsigned.xml"/>
Expand Down Expand Up @@ -521,7 +524,8 @@
<XALAN
i="ukfederation-metadata-unsigned.xml"
o="ukfederation-stats.html"
x="statistics.xsl"/>
x="statistics.xsl"/>
<fixcrlf file="${xml.dir}/ukfederation-stats.html" eol="lf"/>
</target>

<!--
Expand Down

0 comments on commit 2686e44

Please sign in to comment.