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

Commit

Permalink
Inline CHECK_imported composite stage, which is only referenced once.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed May 23, 2016
1 parent fad2b3f commit f226b8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
5 changes: 4 additions & 1 deletion mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,10 @@
<ref bean="trimImportElementWhitespace"/>
<ref bean="stripEmptyExtensions"/>
<ref bean="checkSchemas"/>
<ref bean="CHECK_imported"/>
<ref bean="CHECK_std"/>
<ref bean="check_dup_display"/>
<ref bean="check_regscope"/>
<ref bean="check_namespaces"/>

<bean id="checkCertificates" parent="X509ValidationStage">
<property name="validators">
Expand Down
14 changes: 0 additions & 14 deletions mdx/validation-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -616,18 +616,4 @@
</property>
</bean>

<!--
CHECK_imported
-->
<bean id="CHECK_imported" parent="CompositeStage">
<property name="composedStages">
<list>
<ref bean="CHECK_std"/>
<ref bean="check_dup_display"/>
<ref bean="check_regscope"/>
<ref bean="check_namespaces"/>
</list>
</property>
</bean>

</beans>

0 comments on commit f226b8a

Please sign in to comment.