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

Commit

Permalink
Remove now-redundant check for no KeyName in exported entities.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jun 25, 2014
1 parent 09862da commit 752837d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 55 deletions.
14 changes: 0 additions & 14 deletions mdx/uk/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,19 +252,6 @@
</bean>


<!--
check_uk_expkeyname
-->
<bean id="check_uk_expkeyname" parent="XSLValidationStage"
p:id="check_uk_expkeyname">
<property name="XSLResource">
<bean parent="FileSystemResource">
<constructor-arg value="#{ systemProperties['basedir'] }/mdx/uk/check_uk_expkeyname.xsl"/>
</bean>
</property>
</bean>


<!--
check_uk_keydesc_key
-->
Expand Down Expand Up @@ -439,7 +426,6 @@
<ref bean="checkSchemas"/>
<ref bean="CHECK_std"/>
<ref bean="check_ukreg"/>
<ref bean="check_uk_expkeyname"/>
<ref bean="check_uk_keydesc_key"/>
<ref bean="check_uk_mdattr"/>
<ref bean="check_uk_mdrps"/>
Expand Down
41 changes: 0 additions & 41 deletions mdx/uk/check_uk_expkeyname.xsl

This file was deleted.

0 comments on commit 752837d

Please sign in to comment.