Skip to content

Commit

Permalink
Synthesise mdrpi metadata for all UK federation registered entities w…
Browse files Browse the repository at this point in the history
…hile collecting that set rather than further down the line.

This metadata will now appear in full everywhere but the fallback aggregate (which will see some blank lines added).
  • Loading branch information
iay committed Aug 11, 2012
1 parent 8c0fde5 commit f48e11f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions mdx/uk/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@
<ref bean="uk_processScopes"/>
<ref bean="populateItemIds"/>
<ref bean="uk_populateIds"/>
<ref bean="uk_default_regauth"/>

<ref bean="checkSchemas"/>
<ref bean="CHECK_std"/>
<ref bean="check_ukreg"/>
Expand Down
7 changes: 1 addition & 6 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
<list>
<ref bean="uk_assemble"/>
<ref bean="stripMdrpiNamespace"/>
<ref bean="removeEmptyExtensions"/>
<ref bean="uk_addTrustRoots"/>
<ref bean="uk_finaliseFallback"/>
<ref bean="uk_normaliseFallback"/>
Expand Down Expand Up @@ -345,7 +346,6 @@
p:id="uk_exportPipeline">
<property name="stages">
<list>
<ref bean="uk_default_regauth"/>
<ref bean="uk_stripExtensions"/>
<ref bean="stripKeyNames"/>
<ref bean="uk_assemble"/>
Expand Down Expand Up @@ -497,11 +497,6 @@
<property name="waitingForPipelines" value="true"/>
</bean>

<!--
Identify all UK registered entities as such.
-->
<ref bean="uk_default_regauth"/>

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

0 comments on commit f48e11f

Please sign in to comment.