Skip to content

Commit

Permalink
Rename flow.verifyEdugain to flow.verifyEdugain.input to make functio…
Browse files Browse the repository at this point in the history
…n clearer.
  • Loading branch information
iay committed Sep 11, 2013
1 parent e650a7b commit d1dd863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1034,17 +1034,17 @@
</target>

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

Expand Down

0 comments on commit d1dd863

Please sign in to comment.