Skip to content

Commit

Permalink
Remove obsolete sp_mdui_test bean and XSLT
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#445 for details
  • Loading branch information
Alex Stuart committed Aug 16, 2024
1 parent 443cfa3 commit 5bb4036
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 163 deletions.
138 changes: 0 additions & 138 deletions mdx/uk/sp_mdui_test.xsl

This file was deleted.

25 changes: 0 additions & 25 deletions mdx/uk/verbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,31 +59,6 @@
</property>
</bean>

<!--
sp_mdui_test
Generates a page of links to discovery services, for each SP that
has mdui:uiinfo metadata.
-->
<bean id="sp_mdui_test" parent="mda.SimplePipeline">
<property name="stages">
<list>
<ref bean="uk_registeredEntities"/>
<ref bean="assemble"/>
<bean id="process" parent="mda.XSLTransformationStage"
p:XSLResource="classpath:uk/sp_mdui_test.xsl"/>
<bean id="serialize" parent="mda.SerializationStage">
<property name="serializer" ref="serializer"/>
<property name="outputFile">
<bean parent="File">
<constructor-arg value="${mdx.dir}/uk/temp.html"/>
</bean>
</property>
</bean>
</list>
</property>
</bean>

<!--
***********************
*** ***
Expand Down

0 comments on commit 5bb4036

Please sign in to comment.