Skip to content

Commit

Permalink
Switch the last of the references to the specialised XALAN to use the…
Browse files Browse the repository at this point in the history
… new name.
  • Loading branch information
iay committed May 13, 2011
1 parent 1b2f977 commit 71c173f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@
-->
<target name="stats" depends="gen.uk.unsigned">
<echo>Generating UK Federation statistics</echo>
<XALAN
<XALAN.xmldir
i="${uk.master.file}"
o="ukfederation-stats.html"
x="statistics.xsl"/>
Expand Down Expand Up @@ -1214,7 +1214,7 @@
-->
<target name="extract.authorities">
<echo>Extracting key authorities</echo>
<XALAN
<XALAN.xmldir
i="master.xml"
o="authorities.pem"
x="extract_authorities.xsl"/>
Expand All @@ -1236,7 +1236,7 @@
-->
<target name="extract.member.dates">
<echo>Extracting member dates</echo>
<XALAN
<XALAN.xmldir
i="members.xml"
o="member-dates.txt"
x="extract_member_dates.xsl"/>
Expand Down Expand Up @@ -1308,7 +1308,7 @@
-->
<target name="extract.embedded" depends="gen.uk">
<echo>Extracting embedded certificates</echo>
<XALAN
<XALAN.xmldir
i="${md.prod.unsigned}"
o="embedded.pem"
x="extract_embedded.xsl"/>
Expand Down

0 comments on commit 71c173f

Please sign in to comment.