Skip to content

Commit

Permalink
Remove now-unused CHECK.ukreg macro definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 25, 2011
1 parent 63dc303 commit 334c609
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -859,23 +859,6 @@
</sequential>
</macrodef>

<!--
Check a metadata document against the full set of conventions used by the
UK federation's registrar function.
Parameter 'i' is the file to be checked; no assumption is made
about its location so this must contain a full path.
-->
<macrodef name="CHECK.ukreg">
<attribute name="i"/>
<sequential>
<CHECK.std i="@{i}">
<arg value="${build.dir}/check_ukreg.xsl"/>
</CHECK.std>
</sequential>
</macrodef>

<!--
*********************************************
*** ***
Expand Down

0 comments on commit 334c609

Please sign in to comment.