Skip to content

Commit

Permalink
Allow a quick check to be made for existing IdPs that use the same vh…
Browse files Browse the repository at this point in the history
…ost for SSO and SOAP locations.
  • Loading branch information
iay committed Apr 22, 2010
1 parent f0f8164 commit df00ef4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -918,4 +918,16 @@
</exec>
</target>

<!--
Check for IdPs using the single-port configuration.
It just so happens that the check_imported ruleset is exactly what we want
right now.
-->
<target name="check.ports" depends="gen.uk.master">
<echo>Checking vhost use</echo>
<CHECK i="${xml.dir}/${uk.master.file}" s="check_imported.xsl"/>
<echo>Checked.</echo>
</target>

</project>

0 comments on commit df00ef4

Please sign in to comment.