Skip to content

Commit

Permalink
Move mda version of the UK registrar checking ruleset into the mdx tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Feb 22, 2012
1 parent 53a3229 commit ced373d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mdx/uk/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<property name="id" value="check_ukreg"/>
<property name="xslResource">
<bean class="org.opensaml.util.resource.FilesystemResource">
<constructor-arg value="#{ systemProperties['basedir'] }/build/check_ukreg_mda.xsl"/>
<constructor-arg value="#{ systemProperties['basedir'] }/mdx/uk/check_ukreg.xsl"/>
</bean>
</property>
<property name="transformParameters">
Expand Down
7 changes: 2 additions & 5 deletions build/check_ukreg_mda.xsl → mdx/uk/check_ukreg.xsl
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
check_ukreg_mda.xsl
check_ukreg.xsl
Checking ruleset containing rules that only apply to metadata registered
by the UK federation's registrar function.
Identical to check_ukreg except that it assumes a members bean passed
as parameter rather than loading one itself.
Author: Ian A. Young <ian@iay.org.uk>
-->
Expand All @@ -25,7 +22,7 @@
<!--
Common support functions.
-->
<xsl:import href="check_framework.xsl"/>
<xsl:import href="../../build/check_framework.xsl"/>


<!--
Expand Down

0 comments on commit ced373d

Please sign in to comment.