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

Commit

Permalink
Disable InCommon pilot import pipeline now that all entities involved…
Browse files Browse the repository at this point in the history
… are available through eduGAIN.
  • Loading branch information
iay committed Nov 21, 2014
1 parent 6029f5e commit e949cf8
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 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:us_incommon/beans.xml"/>
<import resource="classpath:int_edugain/beans.xml"/>


Expand Down Expand Up @@ -298,23 +297,6 @@
</property>
</bean>

<bean id="uk_us_incommon_importPipeline" parent="SimplePipeline"
p:id="uk_us_incommon_importPipeline">
<property name="stages">
<list>
<ref bean="us_incommon_exportedEntities"/>

<!--
Entity Attribute policy for entities from the InCommon pilot.
-->
<ref bean="stripMdattrNamespace"/>

<ref bean="importCommonTail"/>
<ref bean="uk_hide_idps"/>
</list>
</property>
</bean>


<!--
***************************************************
Expand Down Expand Up @@ -1216,7 +1198,7 @@
<property name="mergedPipelines">
<list>
<!-- entries earlier in the list have higher precedence -->
<ref bean="uk_us_incommon_importPipeline"/>
<!-- List is currently empty. -->
</list>
</property>
</bean>
Expand Down

0 comments on commit e949cf8

Please sign in to comment.