Skip to content

Commit

Permalink
Sign the ukfederation-test aggregate using xmltool instead of metadat…
Browse files Browse the repository at this point in the history
…atool.
  • Loading branch information
iay committed Jan 18, 2010
1 parent 22e314d commit 3663d68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@

<echo>Signing UK test metadata.</echo>
<!-- [28] -->
<SIGN.uk i="${md.test.unsigned}" o="${md.test.signed}"/>
<XMLTOOL.SIGN.uk i="${md.test.unsigned}" o="${md.test.signed}"/>

<echo>Signing UK export metadata.</echo>
<!-- [30] -->
Expand Down
4 changes: 3 additions & 1 deletion build/uk_master_test.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
<!--
Comment to be added to the top of the document, and just inside the document element.
-->
<xsl:template name="document.comment">
<xsl:template name="document.comment">
<xsl:text>&#10;</xsl:text>
<xsl:comment>
<xsl:text>&#10;&#9;U K F E D E R A T I O N M E T A D A T A&#10;</xsl:text>
<xsl:text>&#10;</xsl:text>
Expand All @@ -83,6 +84,7 @@
<xsl:value-of select="$validUntil"/>
<xsl:text>&#10;</xsl:text>
</xsl:comment>
<xsl:text>&#10;</xsl:text>
</xsl:template>

<!--
Expand Down

0 comments on commit 3663d68

Please sign in to comment.