Skip to content

Commit

Permalink
Track standard bean name change.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Nov 27, 2015
1 parent 798556e commit e05e10d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mdx/incommon/edugain-phase2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<ref bean="cleanImport"/>
<ref bean="stripAAMDUI"/>
<ref bean="trimImportElementWhitespace"/>
<ref bean="removeEmptyExtensions"/>
<ref bean="stripEmptyExtensions"/>
<ref bean="checkSchemas"/>

<!--
Expand Down
2 changes: 1 addition & 1 deletion mdx/incommon/edugain-policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<ref bean="cleanImport"/>
<ref bean="stripAAMDUI"/>
<ref bean="trimImportElementWhitespace"/>
<ref bean="removeEmptyExtensions"/>
<ref bean="stripEmptyExtensions"/>
<ref bean="checkSchemas"/>

<!--
Expand Down

0 comments on commit e05e10d

Please sign in to comment.