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

Commit

Permalink
Upgrade to Shib MDA 0.9.1 for public version of CRDetectionStage.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Apr 25, 2016
1 parent 0edb35d commit 4f808bc
Show file tree
Hide file tree
Showing 34 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
-->
<property name="tools.dir" value="tools"/>
<property name="tools.ant" value="${tools.dir}/ant"/>
<property name="tools.mda" value="${tools.dir}/aggregator-cli-0.9.0"/>
<property name="tools.mda" value="${tools.dir}/aggregator-cli-0.9.1"/>
<property name="tools.mdnorm" value="${tools.dir}/mdnorm"/>
<property name="tools.metadatatool" value="${tools.dir}/metadatatool"/>
<property name="tools.xmlsectool" value="${tools.dir}/xmlsectool"/>
Expand Down
6 changes: 3 additions & 3 deletions mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@

<!-- *** Parent beans for Shibboleth MDA components. *** -->

<bean id="CRDetectionStage" abstract="true" parent="stage_parent"
class="net.shibboleth.metadata.dom.CRDetectionStage"/>

<bean id="ElementWhitespaceTrimmingStage" abstract="true" parent="stage_parent"
class="net.shibboleth.metadata.dom.ElementWhitespaceTrimmingStage"/>

Expand Down Expand Up @@ -301,9 +304,6 @@

<!-- *** Parent beans for ukf-mda. *** -->

<bean id="CRDetectionStage" abstract="true" parent="stage_parent"
class="uk.org.ukfederation.mda.dom.CRDetectionStage"/>

<bean id="EntityAttributeAddingStage" abstract="true" parent="stage_parent"
class="uk.org.ukfederation.mda.dom.saml.mdattr.EntityAttributeAddingStage"/>

Expand Down
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 comments on commit 4f808bc

Please sign in to comment.