Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Rename some public targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 1, 2016
1 parent 0fcb882 commit ceb1a6d
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,13 +324,6 @@
*************************************************
-->

<!--
Generate unsigned metadata.
-->
<target name="generate" depends="gen.uk.unsigned">
<echo>Generated unsigned metadata.</echo>
</target>

<!--
uk.collected
Expand All @@ -349,22 +342,22 @@
</target>

<!--
flow.uk.verify
Runs the MDA on the uk channel's verify verb to verify that the UK-registered
metadata passes all the checks that would be imposed during a signing run.
No output files are produced by this operation.
-->
<target name="flow.uk.verify">
<target name="samlmd.aggregates.generate.dry-run">
<echo>Performing dry run of generating UKfed MD.</echo>
<CHANNEL.do channel="uk" verb="verify"/>
<echo>All UKfed metadata successfully verified.</echo>
</target>

<!--
Unsigned metadata generation for the UK Federation.
-->
<target name="gen.uk.unsigned">
<echo>Generating unsigned UK metadata files.</echo>
<target name="samlmd.aggregates.generate">
<echo>Generating unsigned UKfed metadata files.</echo>

<!--
Call the generate verb in the uk mdx channel
Expand Down Expand Up @@ -879,6 +872,7 @@
<echo>Verification completed.</echo>
</target>


<!--
*****************************************
*** ***
Expand Down

0 comments on commit ceb1a6d

Please sign in to comment.