Skip to content

Commit

Permalink
Remove remaining code related to the elab namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Sep 28, 2013
1 parent 090985e commit 848b83d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion mdx/_rules/check_namespaces.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<xsl:stylesheet version="1.0"
xmlns:alg="urn:oasis:names:tc:SAML:metadata:algsupport"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:elab="http://eduserv.org.uk/labels"
xmlns:hoksso="urn:oasis:names:tc:SAML:2.0:profiles:holder-of-key:SSO:browser"
xmlns:idpdisc="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"
xmlns:init="urn:oasis:names:tc:SAML:profiles:SSO:request-init"
Expand Down
10 changes: 0 additions & 10 deletions mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@
<bean id="alg_namespace" parent="String" c:_0="urn:oasis:names:tc:SAML:metadata:algsupport"/>
<bean id="ds_namespace" parent="String" c:_0="http://www.w3.org/2000/09/xmldsig#"/>
<bean id="dsig11_namespace" parent="String" c:_0="http://www.w3.org/2009/xmldsig11#"/>
<bean id="elab_namespace" parent="String" c:_0="http://eduserv.org.uk/labels"/>
<bean id="hoksso_namespace" parent="String" c:_0="urn:oasis:names:tc:SAML:2.0:profiles:holder-of-key:SSO:browser"/>
<bean id="icmd_namespace" parent="String" c:_0="http://id.incommon.org/metadata"/>
<bean id="idpdisc_namespace" parent="String" c:_0="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol"/>
Expand Down Expand Up @@ -228,7 +227,6 @@
<entry key="alg" value-ref="alg_namespace"/>
<entry key="ds" value-ref="ds_namespace"/>
<entry key="dsig11" value-ref="dsig11_namespace"/>
<entry key="elab" value-ref="elab_namespace"/>
<entry key="hoksso" value-ref="hoksso_namespace"/>
<entry key="icmd" value-ref="icmd_namespace"/>
<entry key="idpdisc" value-ref="idpdisc_namespace"/>
Expand All @@ -251,14 +249,6 @@
</constructor-arg>
</bean>

<!--
stripElabNamespace
Remove the Eduserv label namespace.
-->
<bean id="stripElabNamespace" parent="NamespaceStrippingStage"
p:id="stripElabNamespace" p:namespace-ref="elab_namespace"/>

<!--
stripMdattrNamespace
Expand Down

0 comments on commit 848b83d

Please sign in to comment.