[cpp-opensaml COMMIT] in /branches/REL_2: cpp-opensaml2.sln schemas/Makefile.am schemas/saml20-catalog.xml.in
noreply at shibboleth.net
noreply at shibboleth.net
Mon Oct 29 16:28:03 EDT 2012
Author: scantor
Date: Mon Oct 29 16:28:03 2012
New Revision: 752
URL: http://svn.shibboleth.net/view/cpp-opensaml?rev=752&view=rev
Log:
https://issues.shibboleth.net/jira/browse/CPPOST-78
Modified:
branches/REL_2/cpp-opensaml2.sln
branches/REL_2/schemas/Makefile.am
branches/REL_2/schemas/saml20-catalog.xml.in
Modified: branches/REL_2/cpp-opensaml2.sln
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/cpp-opensaml2.sln?rev=752&r1=751&r2=752&view=diff
==============================================================================
--- branches/REL_2/cpp-opensaml2.sln (original)
+++ branches/REL_2/cpp-opensaml2.sln Mon Oct 29 16:28:03 2012
@@ -1,6 +1,6 @@

-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Schemas", "Schemas", "{5548F5D2-5FDE-4D58-92E0-7C0BE7526A59}"
ProjectSection(SolutionItems) = preProject
schemas\cs-sstc-schema-assertion-01.xsd = schemas\cs-sstc-schema-assertion-01.xsd
@@ -9,6 +9,7 @@
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-metadata-rpi-v1.0.xsd = schemas\saml-metadata-rpi-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
Modified: branches/REL_2/schemas/Makefile.am
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/schemas/Makefile.am?rev=752&r1=751&r2=752&view=diff
==============================================================================
--- branches/REL_2/schemas/Makefile.am (original)
+++ branches/REL_2/schemas/Makefile.am Mon Oct 29 16:28:03 2012
@@ -51,7 +51,8 @@
sstc-saml-idp-discovery.xsd \
sstc-request-initiation.xsd \
sstc-saml-protocol-ext-thirdparty.xsd \
- saml-async-slo-v1.0.xsd
+ saml-async-slo-v1.0.xsd \
+ saml-metadata-rpi-v1.0.xsd
pkgxml_DATA = \
saml20-catalog.xml \
Modified: branches/REL_2/schemas/saml20-catalog.xml.in
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/schemas/saml20-catalog.xml.in?rev=752&r1=751&r2=752&view=diff
==============================================================================
--- branches/REL_2/schemas/saml20-catalog.xml.in (original)
+++ branches/REL_2/schemas/saml20-catalog.xml.in Mon Oct 29 16:28:03 2012
@@ -15,6 +15,7 @@
<system systemId="urn:oasis:names:tc:SAML:metadata:ext:query" uri="@-PKGXMLDIR-@/sstc-saml-metadata-ext-query.xsd"/>
<system systemId="urn:oasis:names:tc:SAML:metadata:algsupport" uri="@-PKGXMLDIR-@/sstc-saml-metadata-algsupport-v1.0.xsd"/>
<system systemId="urn:oasis:names:tc:SAML:metadata:ui" uri="@-PKGXMLDIR-@/sstc-saml-metadata-ui-v1.0.xsd"/>
+ <system systemId="urn:oasis:names:tc:SAML:metadata:rpi" uri="@-PKGXMLDIR-@/saml-metadata-rpi-v1.0.xsd"/>
<system systemId="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" uri="@-PKGXMLDIR-@/sstc-saml-idp-discovery.xsd"/>
<system systemId="urn:oasis:names:tc:SAML:profiles:SSO:request-init" uri="@-PKGXMLDIR-@/sstc-request-initiation.xsd"/>
<system systemId="urn:oasis:names:tc:SAML:protocol:ext:third-party" uri="@-PKGXMLDIR-@/sstc-saml-protocol-ext-thirdparty.xsd"/>
More information about the commits
mailing list