Skip to content

Commit

Permalink
Bugzilla 845: remove DeletedEntity filtering from the build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Sep 13, 2011
1 parent 4e1e0bd commit f5b557d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions mdx/uk/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,6 @@
</bean>


<!--
uk_filterDeletedEntities
Remove entity items which have the ukfedlabel:DeletedEntity label on them.
This convention will be replaced at some point by the files not being available
for collection in the first place.
-->
<bean id="uk_filterDeletedEntities" class="net.shibboleth.metadata.dom.XPathFilteringStage"
init-method="initialize" lazy-init="true">
<property name="id" value="uk_filterDeletedEntities"/>
<property name="xpathExpression" value="//ukfedlabel:DeletedEntity"/>
<property name="namespaceContext" ref="commonNamespaces"/>
</bean>


<!--
uk_processScopes
Expand Down Expand Up @@ -251,7 +236,6 @@
<property name="composedStages">
<list>
<ref bean="uk_fetchFragmentFiles"/>
<ref bean="uk_filterDeletedEntities"/>
<ref bean="uk_processFragment"/>
<ref bean="uk_processScopes"/>
<ref bean="populateItemIds"/>
Expand Down

0 comments on commit f5b557d

Please sign in to comment.