Skip to content

Commit

Permalink
Fix a couple of places where we say "1.3 metadata", which is now no l…
Browse files Browse the repository at this point in the history
…onger correct.
  • Loading branch information
iay committed Dec 15, 2008
1 parent d38bb95 commit cb15a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
</macrodef>

<target name="sign">
<echo>Signing UK V1.3 metadata.</echo>
<echo>Signing UK metadata.</echo>
<!-- [20] -->
<SIGN.uk i="${uk.metadata.unsigned}" o="ukfederation-metadata.xml"/>

Expand Down Expand Up @@ -463,7 +463,7 @@
Verify the signed metadata files.
-->
<target name="verify">
<echo>Verifying signed UK V1.3 metadata.</echo>
<echo>Verifying signed UK metadata.</echo>
<VFY.uk i="ukfederation-metadata.xml"/>

<echo>Verifying signed UK V1.2 metadata.</echo>
Expand Down

0 comments on commit cb15a86

Please sign in to comment.