From 600b75e5ed3a3988cd26b8f910b3a2b5845499f1 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 31 May 2007 20:56:01 +0000 Subject: [PATCH] Remove schema paths. --- configs/example-metadata.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/example-metadata.xml.in b/configs/example-metadata.xml.in index 93d1992..bc97357 100644 --- a/configs/example-metadata.xml.in +++ b/configs/example-metadata.xml.in @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" - xsi:schemaLocation="urn:oasis:names:tc:SAML:2.0:metadata @-PKGXMLDIR-@/saml-schema-metadata-2.0.xsd urn:mace:shibboleth:metadata:1.0 @-PKGXMLDIR-@/shibboleth-metadata-1.0.xsd http://www.w3.org/2000/09/xmldsig# @-PKGXMLDIR-@/xmldsig-core-schema.xsd" + xsi:schemaLocation="urn:oasis:names:tc:SAML:2.0:metadata saml-schema-metadata-2.0.xsd urn:mace:shibboleth:metadata:1.0 shibboleth-metadata-1.0.xsd http://www.w3.org/2000/09/xmldsig# xmldsig-core-schema.xsd" Name="urn:mace:shibboleth:examples" validUntil="2010-01-01T00:00:00Z"> -- 2.1.4