Skip to content

Commit

Permalink
Plug in InCommon/LIGO pilot import so that the entities appear in the…
Browse files Browse the repository at this point in the history
… test aggregate.
  • Loading branch information
iay committed Mar 5, 2013
1 parent bf74dd0 commit ad4872b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
Import beans from other channels.
-->
<import resource="../ie_edugate/beans.xml"/>
<import resource="../us_incommon/beans.xml"/>


<!--
Expand All @@ -47,7 +48,19 @@
</property>
</bean>


<bean id="uk_us_incommon_importPipeline" parent="pipeline_parent"
p:id="uk_us_incommon_importPipeline">
<property name="stages">
<list>
<ref bean="us_incommon_exportedEntities"/>
<ref bean="uk_performFixups"/>
<ref bean="uk_fix_mailto"/>
<ref bean="uk_hide_idps"/>
</list>
</property>
</bean>


<!--
***********************************************************************
*** ***
Expand Down Expand Up @@ -512,6 +525,7 @@
<list>
<!-- entries earlier in the list have higher precedence -->
<ref bean="uk_ie_edugate_importPipeline"/>
<ref bean="uk_us_incommon_importPipeline"/>
</list>
</property>
</bean>
Expand Down

0 comments on commit ad4872b

Please sign in to comment.