From: Scott Cantor Date: Wed, 25 Jul 2012 02:06:31 +0000 (+0000) Subject: Add SLO schema to build X-Git-Tag: 2.5.0~2 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=bd50e820e5f804770aba3a4d4a9eb6e29f0d3826 Add SLO schema to build --- diff --git a/cpp-opensaml2.sln b/cpp-opensaml2.sln index abf15c9..d58a919 100644 --- a/cpp-opensaml2.sln +++ b/cpp-opensaml2.sln @@ -8,6 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Schemas", "Schemas", "{5548 schemas\cs-sstc-schema-protocol-01.xsd = schemas\cs-sstc-schema-protocol-01.xsd schemas\cs-sstc-schema-protocol-1.1.xsd = schemas\cs-sstc-schema-protocol-1.1.xsd schemas\Makefile.am = schemas\Makefile.am + schemas\saml-async-slo-v1.0.xsd = schemas\saml-async-slo-v1.0.xsd schemas\saml-schema-assertion-2.0.xsd = schemas\saml-schema-assertion-2.0.xsd schemas\saml-schema-authn-context-2.0.xsd = schemas\saml-schema-authn-context-2.0.xsd schemas\saml-schema-authn-context-auth-telephony-2.0.xsd = schemas\saml-schema-authn-context-auth-telephony-2.0.xsd diff --git a/schemas/Makefile.am b/schemas/Makefile.am index 072b0bc..f860967 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -50,7 +50,8 @@ schemafiles = \ sstc-saml-metadata-ui-v1.0.xsd \ sstc-saml-idp-discovery.xsd \ sstc-request-initiation.xsd \ - sstc-saml-protocol-ext-thirdparty.xsd + sstc-saml-protocol-ext-thirdparty.xsd \ + saml-async-slo-v1.0.xsd pkgxml_DATA = \ saml20-catalog.xml \