From bd50e820e5f804770aba3a4d4a9eb6e29f0d3826 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Wed, 25 Jul 2012 02:06:31 +0000 Subject: [PATCH] Add SLO schema to build --- cpp-opensaml2.sln | 1 + schemas/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 \ -- 2.1.4