Skip to content

Commit

Permalink
Slightly more consistent bean naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 29, 2015
1 parent 1774d5c commit e46e245
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,8 @@
<!--
Remove any empty Extensions elements.
-->
<bean id="removeEmptyExtensions" parent="EmptyContainerStrippingStage"
p:id="removeEmptyExtensions"
<bean id="stripEmptyExtensions" parent="EmptyContainerStrippingStage"
p:id="stripEmptyExtensions"
p:elementName="Extensions"
p:elementNamespace-ref="md_namespace"/>

Expand Down Expand Up @@ -1147,7 +1147,7 @@
<ref bean="cleanImport"/>
<ref bean="stripAAMDUI"/>
<ref bean="trimImportElementWhitespace"/>
<ref bean="removeEmptyExtensions"/>
<ref bean="stripEmptyExtensions"/>
<ref bean="checkSchemas"/>
<ref bean="CHECK_imported"/>

Expand Down
14 changes: 7 additions & 7 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
<ref bean="stripShibScope"/>

<!-- remove any now-empty Extensions elements -->
<ref bean="removeEmptyExtensions"/>
<ref bean="stripEmptyExtensions"/>
</list>
</property>
</bean>
Expand Down Expand Up @@ -583,7 +583,7 @@
<ref bean="uk_assemble"/>
<ref bean="fixup_EncryptionMethod"/>
<ref bean="performOtherFixups"/>
<ref bean="removeEmptyExtensions"/>
<ref bean="stripEmptyExtensions"/>
<ref bean="uk_finaliseFallback"/>
<ref bean="uk_normaliseFallback"/>

Expand Down Expand Up @@ -790,7 +790,7 @@
<ref bean="stripWayfNamespace"/>
<ref bean="uk_assemble"/>
<ref bean="stripEntityScopes"/>
<ref bean="removeEmptyExtensions"/>
<ref bean="stripEmptyExtensions"/>
<ref bean="uk_finaliseExport"/>
<ref bean="uk_normaliseExport"/>

Expand Down Expand Up @@ -915,7 +915,7 @@
<ref bean="stripWayfNamespace"/>
<ref bean="uk_assemble"/>
<ref bean="stripEntityScopes"/>
<ref bean="removeEmptyExtensions"/>
<ref bean="stripEmptyExtensions"/>
<ref bean="uk_finaliseExport"/>
<ref bean="uk_normaliseExport"/>

Expand Down Expand Up @@ -989,7 +989,7 @@
<ref bean="stripEntityScopes"/>

<!-- remove any now-empty Extensions elements -->
<ref bean="removeEmptyExtensions"/>
<ref bean="stripEmptyExtensions"/>
</list>
</property>
</bean>
Expand Down Expand Up @@ -1088,7 +1088,7 @@
external registry clients.
-->
<ref bean="uk_stripAdminContacts"/>
<ref bean="removeEmptyExtensions"/>
<ref bean="stripEmptyExtensions"/>

<!--
***********************************************
Expand Down Expand Up @@ -1137,7 +1137,7 @@
an item metadata object, and move this section before the export fork.
-->
<ref bean="uk_stripExtensions"/>
<ref bean="removeEmptyExtensions"/>
<ref bean="stripEmptyExtensions"/>

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

0 comments on commit e46e245

Please sign in to comment.