Skip to content

Commit

Permalink
Need to sign test and export metadata streams. Exclude signed and uns…
Browse files Browse the repository at this point in the history
…igned metadata files for test and export metadata streams from source control for now.
  • Loading branch information
iay committed Dec 15, 2008
1 parent db8faf5 commit e8e51bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,14 @@
<!-- [26] -->
<SIGN.uk i="ukfederation-wayf-unsigned.xml" o="ukfederation-wayf.xml"/>

<echo>Signing UK test metadata.</echo>
<!-- [28] -->
<SIGN.uk i="ukfederation-test-unsigned.xml" o="ukfederation-test.xml"/>

<echo>Signing UK export metadata.</echo>
<!-- [30] -->
<SIGN.uk i="ukfederation-export-unsigned.xml" o="ukfederation-export.xml"/>

<echo>Generated signed UK metadata.</echo>
</target>

Expand Down

0 comments on commit e8e51bb

Please sign in to comment.