Skip to content

Commit

Permalink
Remove workrounds for MDA-140 now that we're using MDA 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Dec 19, 2015
1 parent 6d367c7 commit 1176257
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
19 changes: 0 additions & 19 deletions mdx/uk/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,6 @@
</bean>
</property>

<!--
Pipeline for selected items.
-->
<property name="selectedItemPipeline">
<bean id="selectedItemPipeline" parent="SimplePipeline">
<property name="stages">
Expand All @@ -376,22 +373,6 @@
</property>
</bean>
</property>

<!--
Pipeline for unselected items.
This is only required because of MDA-140, and can be removed when
we move to MDA 0.9.0.
-->
<property name="nonselectedItemPipeline">
<bean id="nonselectedItemPipeline" parent="SimplePipeline">
<property name="stages">
<list>
<!-- nothing required -->
</list>
</property>
</bean>
</property>

</bean>

Expand Down
28 changes: 1 addition & 27 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -644,20 +644,7 @@
<constructor-arg ref="commonNamespaces"/>
</bean>
</property>

<!--
Pipeline for selected (explicitly opted in) items.
-->
<property name="selectedItemPipeline">
<bean id="selectedItemPipeline" parent="SimplePipeline">
<property name="stages">
<list>
<!-- nothing required -->
</list>
</property>
</bean>
</property>


<!--
The pipeline for unselected (not explicitly opted in) items removes entities
matching specific rules.
Expand Down Expand Up @@ -769,19 +756,6 @@
</bean>
</property>

<!--
Pipeline for selected (explicitly opted in) items.
-->
<property name="selectedItemPipeline">
<bean id="selectedItemPipeline" parent="SimplePipeline">
<property name="stages">
<list>
<!-- nothing required -->
</list>
</property>
</bean>
</property>

<!--
The pipeline for unselected (not explicitly opted in) items removes entities
matching specific rules.
Expand Down

0 comments on commit 1176257

Please sign in to comment.