Skip to content

Commit

Permalink
Correct signing flow so that <Software> elements don't leak into the …
Browse files Browse the repository at this point in the history
…published 1.3 metadata (other published metadata was already correct in this regard)
  • Loading branch information
iay committed Jul 1, 2008
1 parent 2f004b7 commit 1c4a83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
<target name="sign">
<echo>Signing UK V1.3 metadata.</echo>
<!-- [20] -->
<SIGN.uk i="${uk.master.file}" o="ukfederation-metadata.xml"/>
<SIGN.uk i="${uk.metadata.unsigned}" o="ukfederation-metadata.xml"/>

<echo>Signing UK V1.2 metadata.</echo>
<!-- [22] -->
Expand Down

0 comments on commit 1c4a83d

Please sign in to comment.