Skip to content

Commit

Permalink
Promote check_reqattr to be performed as one of the standard checks, …
Browse files Browse the repository at this point in the history
…now that our own metadata passes.
  • Loading branch information
iay committed Sep 1, 2011
1 parent c1550b9 commit 9041716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,6 @@
<echo>Imported metadata to ${entities.dir}/imported.xml</echo>
<CHECK.std i="${entities.dir}/imported.xml">
<arg value="${build.dir}/check_imported.xsl"/>
<arg value="${build.dir}/check_reqattr.xsl"/>
<arg value="${build.dir}/check_vhosts.xsl"/>
</CHECK.std>
<echo>Checked.</echo>
Expand Down Expand Up @@ -849,6 +848,7 @@
<arg value="${build.dir}/check_mdui.xsl"/>
<arg value="${build.dir}/check_misc.xsl"/>
<arg value="${build.dir}/check_namespaces.xsl"/>
<arg value="${build.dir}/check_reqattr.xsl"/>
<arg value="${build.dir}/check_saml2.xsl"/>
<arg value="${build.dir}/check_saml2meta.xsl"/>
<arg value="${build.dir}/check_shibboleth.xsl"/>
Expand Down Expand Up @@ -1158,7 +1158,6 @@
<echo>Checking against future rulesets.</echo>
<CHECK.base i="${uk.collected}">
<arg value="${build.dir}/check_future.xsl"/>
<arg value="${build.dir}/check_reqattr.xsl"/>
<arg value="${build.dir}/check_saml2int.xsl"/>
</CHECK.base>
</target>
Expand Down
2 changes: 1 addition & 1 deletion mdx/validation-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@
<ref bean="check_mdui"/>
<ref bean="check_misc"/>
<ref bean="check_namespaces"/>
<ref bean="check_reqattr"/>
<ref bean="check_saml2"/>
<ref bean="check_saml2meta"/>
<ref bean="check_shibboleth"/>
Expand All @@ -308,7 +309,6 @@
<list>
<ref bean="CHECK_std"/>
<ref bean="check_future"/>
<ref bean="check_reqattr"/>
<ref bean="check_saml2int"/>
</list>
</property>
Expand Down

0 comments on commit 9041716

Please sign in to comment.