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

Commit

Permalink
Remove redundant macro.
Browse files Browse the repository at this point in the history
Resolves #27.
  • Loading branch information
iay committed Aug 26, 2016
1 parent d16abdf commit 6da5a74
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1094,32 +1094,6 @@
****************************************************
-->

<!--
Verify a metadata file held on the master distribution site.
Verification is performed using only xmlsectool. This should be
used when compatibility with the Shibboleth 1.3 IdP is not a
concern.
-->
<macrodef name="VFY.remote">
<attribute name="i"/>
<sequential>
<echo>Verifying @{i}...</echo>
<delete file="${temp.xml}" quiet="true" verbose="false"/>
<get src="@{i}" dest="${temp.xml}"/>

<!--
Verify using xmlsectool.
-->
<XMLSECTOOL.VFY.uk i="${temp.xml}"/>

<!--
Delete the temporary file.
-->
<delete file="${temp.xml}" quiet="true" verbose="false"/>
</sequential>
</macrodef>

<!--
Verify a metadata file held on the master distribution site.
-->
Expand Down

0 comments on commit 6da5a74

Please sign in to comment.