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

Commit

Permalink
Don't pull the SWAMID eduGAIN aggregate any more; just rely on the ed…
Browse files Browse the repository at this point in the history
…uGAIN feed itself.

Apart from minor formatting differences, this just means that eduGAIN may in the future override the SWAMID upstream with entities from other participants.
  • Loading branch information
iay committed Dec 4, 2013
1 parent c7fda30 commit 5803928
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<!--
Import beans from other channels.
-->
<import resource="classpath:se_swamid/beans.xml"/>
<import resource="classpath:us_incommon/beans.xml"/>
<import resource="classpath:int_edugain/beans.xml"/>

Expand Down Expand Up @@ -262,16 +261,6 @@
</property>
</bean>

<bean id="uk_se_swamid_importPipeline" parent="SimplePipeline"
p:id="uk_se_swamid_importPipeline">
<property name="stages">
<list>
<ref bean="se_swamid_edugainEntities"/>
<ref bean="importCommonTail"/>
</list>
</property>
</bean>

<bean id="uk_us_incommon_importPipeline" parent="SimplePipeline"
p:id="uk_us_incommon_importPipeline">
<property name="stages">
Expand Down Expand Up @@ -1031,7 +1020,6 @@
<list>
<!-- entries earlier in the list have higher precedence -->
<ref bean="uk_us_incommon_importPipeline"/>
<ref bean="uk_se_swamid_importPipeline"/>
<ref bean="uk_int_edugain_importPipeline"/>
</list>
</property>
Expand Down

0 comments on commit 5803928

Please sign in to comment.