Skip to content

Commit

Permalink
Reimplement check.uk.future using the aggregator framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Mar 1, 2012
1 parent 4286456 commit e8c5f6e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1183,12 +1183,10 @@
Run a set of possible future rulesets against the existing collection
of UK-federation registered metadata.
-->
<target name="check.uk.future" depends="flow.uk.collect">
<target name="check.uk.future">
<echo>Checking against future rulesets.</echo>
<CHECK.base i="${uk.collected}">
<arg value="${build.dir}/check_future.xsl"/>
<arg value="${build.dir}/check_saml2int.xsl"/>
</CHECK.base>
<CHANNEL.do verb="checkFuture" channel="uk"/>
<echo>Check complete.</echo>
</target>

</project>

0 comments on commit e8c5f6e

Please sign in to comment.