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

Commit

Permalink
Filter the mdattr namespace out of all output pipelines.
Browse files Browse the repository at this point in the history
This allows us to add entity attributes to fragment files without them being published anywhere.
  • Loading branch information
iay committed Apr 29, 2014
1 parent d497de3 commit 9141b46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@
<ref bean="errorTerminatingFilter"/>

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

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

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

<ref bean="uk_assemble"/>
<ref bean="stripMdattrNamespace"/>
<ref bean="performOtherFixups"/>
<ref bean="uk_addTrustRoots"/>
<ref bean="uk_finaliseTest"/>
Expand Down Expand Up @@ -673,6 +677,7 @@
<ref bean="stripWayfNamespace"/>
<ref bean="stripKeyNames"/>
<ref bean="uk_assemble"/>
<ref bean="stripMdattrNamespace"/>
<ref bean="stripEntityScopes"/>
<ref bean="removeEmptyExtensions"/>
<ref bean="uk_finaliseExport"/>
Expand Down

0 comments on commit 9141b46

Please sign in to comment.