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

Commit

Permalink
Remove gateway KeyName from all entity fragment files; remove filteri…
Browse files Browse the repository at this point in the history
…ng steps as they are no longer required.
  • Loading branch information
iay committed Feb 26, 2014
1 parent 3276469 commit c53ecb1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 57 deletions.
16 changes: 0 additions & 16 deletions mdx/uk/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -354,21 +354,6 @@
</bean>


<!--
uk_removeGatewayKeyName
Remove the Athens gateway's KeyName wherever it appears.
-->
<bean id="uk_removeGatewayKeyName" parent="XSLTransformationStage"
p:id="uk_removeGatewayKeyName">
<property name="XSLResource">
<bean parent="ClasspathResource">
<constructor-arg value="uk/remove_gw_keyname.xsl"/>
</bean>
</property>
</bean>


<!--
uk_stripAdminContacts
Expand Down Expand Up @@ -618,7 +603,6 @@
<property name="stages">
<list>
<ref bean="assemble"/>
<ref bean="uk_removeGatewayKeyName"/>
<ref bean="uk_generateStatistics"/>
<ref bean="uk_serializeStatistics"/>
</list>
Expand Down
4 changes: 0 additions & 4 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@
<ref bean="errorTerminatingFilter"/>

<ref bean="uk_assemble"/>
<ref bean="uk_removeGatewayKeyName"/>
<ref bean="fixup_EncryptionMethod"/>
<ref bean="performOtherFixups"/>
<ref bean="uk_addTrustRoots"/>
Expand Down Expand Up @@ -359,7 +358,6 @@
<ref bean="errorTerminatingFilter"/>

<ref bean="uk_assemble"/>
<ref bean="uk_removeGatewayKeyName"/>
<ref bean="fixup_EncryptionMethod"/>
<ref bean="performOtherFixups"/>
<ref bean="uk_finaliseProduction"/>
Expand Down Expand Up @@ -542,7 +540,6 @@
<ref bean="errorTerminatingFilter"/>

<ref bean="uk_assemble"/>
<ref bean="uk_removeGatewayKeyName"/>
<ref bean="fixup_EncryptionMethod"/>
<ref bean="performOtherFixups"/>
<ref bean="removeEmptyExtensions"/>
Expand Down Expand Up @@ -607,7 +604,6 @@
<ref bean="errorTerminatingFilter"/>

<ref bean="uk_assemble"/>
<ref bean="uk_removeGatewayKeyName"/>
<ref bean="performOtherFixups"/>
<ref bean="uk_addTrustRoots"/>
<ref bean="uk_finaliseTest"/>
Expand Down
37 changes: 0 additions & 37 deletions mdx/uk/remove_gw_keyname.xsl

This file was deleted.

0 comments on commit c53ecb1

Please sign in to comment.