[cpp-xmltooling COMMIT] in /branches/REL_1/schemas: Makefile.am catalog.xml.in xenc11-schema.xsd
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jul 2 14:15:57 EDT 2012
Author: scantor
Date: Mon Jul 2 14:15:56 2012
New Revision: 982
URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=982&view=rev
Log:
XML Enc 1.1 schema
Added:
branches/REL_1/schemas/xenc11-schema.xsd
Modified:
branches/REL_1/schemas/Makefile.am
branches/REL_1/schemas/catalog.xml.in
Modified: branches/REL_1/schemas/Makefile.am
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/schemas/Makefile.am?rev=982&r1=981&r2=982&view=diff
==============================================================================
--- branches/REL_1/schemas/Makefile.am (original)
+++ branches/REL_1/schemas/Makefile.am Mon Jul 2 14:15:56 2012
@@ -3,6 +3,7 @@
schemafiles = \
soap-envelope.xsd \
xenc-schema.xsd \
+ xenc11-schema.xsd \
xmldsig-core-schema.xsd \
xmldsig11-schema.xsd \
xml.xsd \
Modified: branches/REL_1/schemas/catalog.xml.in
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/schemas/catalog.xml.in?rev=982&r1=981&r2=982&view=diff
==============================================================================
--- branches/REL_1/schemas/catalog.xml.in (original)
+++ branches/REL_1/schemas/catalog.xml.in Mon Jul 2 14:15:56 2012
@@ -2,6 +2,7 @@
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<system systemId="http://www.w3.org/XML/1998/namespace" uri="@-PKGXMLDIR-@/xml.xsd"/>
<system systemId="http://www.w3.org/2001/04/xmlenc#" uri="@-PKGXMLDIR-@/xenc-schema.xsd"/>
+ <system systemId="http://www.w3.org/2009/xmlenc11#" uri="@-PKGXMLDIR-@/xenc11-schema.xsd"/>
<system systemId="http://www.w3.org/2000/09/xmldsig#" uri="@-PKGXMLDIR-@/xmldsig-core-schema.xsd"/>
<system systemId="http://www.w3.org/2009/xmldsig11#" uri="@-PKGXMLDIR-@/xmldsig11-schema.xsd"/>
<system systemId="http://www.opensaml.org/xmltooling" uri="@-PKGXMLDIR-@/xmltooling.xsd"/>
More information about the commits
mailing list