Skip to content

Commit

Permalink
Extract IDs from production entities to enable de-duplication.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jun 8, 2015
1 parent 5014a09 commit 78a6203
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mdx/incommon/import.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<list>
<ref bean="int_edugain_productionEntities"/>


<!-- Populate identifiers for future actions. -->
<ref bean="populateItemIds"/>
<ref bean="populateRegistrationAuthorities"/>
Expand Down Expand Up @@ -86,6 +85,10 @@
<!-- Include a default registrationAuthority for each entity. -->
<ref bean="us_incommon_default_regauth"/>

<!-- Populate identifiers for future actions. -->
<ref bean="populateItemIds"/>
<ref bean="populateRegistrationAuthorities"/>

<!-- Merge in selected entities from eduGAIN. -->
<bean id="mergeProductionMDXEntities" parent="PipelineMergeStage.deduplicate"
p:id="mergeProductionMDXortedEntities">
Expand Down

0 comments on commit 78a6203

Please sign in to comment.