Skip to content

Commit

Permalink
Use property instead of literal ukfederation-stats.html throughout.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 31, 2016
1 parent db277ab commit cd27613
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@
<property name="mdaggr.wayf.signed" value="ukfederation-wayf.xml"/>
<property name="mdaggr.cdsall.signed" value="ukfederation-cdsall.xml"/>

<!--
Other files
-->
<property name="mdaggr.stats" value="ukfederation-stats.html"/>

<!--
Signing keystore alias.
-->
Expand Down Expand Up @@ -380,7 +385,7 @@
<MDNORM i="${xml.dir}/${mdaggr.export.unsigned}"/>
<MDNORM i="${xml.dir}/${mdaggr.export.preview.unsigned}"/>
<MDNORM i="${xml.dir}/${mdaggr.back.unsigned}"/>
<fixcrlf file="${xml.dir}/ukfederation-stats.html" eol="lf" encoding="UTF-8"/>
<fixcrlf file="${xml.dir}/${mdaggr.stats}" eol="lf" encoding="UTF-8"/>

<echo>Generated UK unsigned metadata.</echo>
</target>
Expand Down Expand Up @@ -1053,7 +1058,7 @@
-->
<target name="stats">
<CHANNEL.do channel="uk" verb="statistics"/>
<fixcrlf file="${xml.dir}/ukfederation-stats.html" eol="lf" encoding="UTF-8"/>
<fixcrlf file="${xml.dir}/${mdaggr.stats}" eol="lf" encoding="UTF-8"/>
</target>

<!--
Expand Down

0 comments on commit cd27613

Please sign in to comment.