Skip to content

Commit

Permalink
Add a parameterised flow.verifyEdugain for calling from the command l…
Browse files Browse the repository at this point in the history
…ine.
  • Loading branch information
iay committed Jun 17, 2013
1 parent 79b53ba commit dbad213
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,21 @@
<CHANNEL.do verb="importEdugain" channel="se_swamid"/>
</target>

<!--
flow.verifyEdugain
Verify the eduGAIN entities from a particular channel.
The intention is that this be called from the command line
with the channel name passed as a property, e.g.:
ant flow.verifyEdugain -Dchannel=se_swamid
-->
<target name="flow.verifyEdugain">
<CHANNEL.do verb="verifyEdugain" channel="${channel}"/>
</target>

<!--
flow.verifyEdugain.all
Expand Down

0 comments on commit dbad213

Please sign in to comment.