From: cantor Date: Wed, 27 Dec 2006 20:02:43 +0000 (+0000) Subject: Starting catalog for schemas. X-Git-Tag: 2.4~1071 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=273d77d74cdc2a4232cd4cb7cc15d3394797b7ef Starting catalog for schemas. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2097 cb58f699-b61c-0410-a6fe-9272a202ed29 --- diff --git a/schemas/Makefile.am b/schemas/Makefile.am index 430d8b8..5a3f8d5 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -3,24 +3,46 @@ AUTOMAKE_OPTIONS = foreign pkgxmldir = $(datadir)/xml/@PACKAGE@ + pkgxml_DATA = \ - credentials.xsd \ - cs-sstc-schema-assertion-01.xsd \ - cs-sstc-schema-protocol-01.xsd \ - cs-sstc-schema-assertion-1.1.xsd \ - cs-sstc-schema-protocol-1.1.xsd \ - soap-envelope.xsd \ - xmldsig-core-schema.xsd \ - xenc-schema.xsd \ - xml.xsd \ - shibboleth.xsd \ - shibboleth-trust-1.0.xsd \ - shibboleth-metadata-1.0.xsd \ - shibboleth-targetconfig-1.0.xsd \ - saml-schema-assertion-2.0.xsd \ - saml-schema-metadata-2.0.xsd \ - metadata_v12_to_v11.xsl \ - metadata_v12_to_v13.xsl \ - metadata_v13_to_v12.xsl \ - trust_v12_to_v11.xsl \ - trust_v13_to_v12.xsl + catalog.xml \ + shibboleth-metadata-1.0.xsd \ + shibboleth-targetconfig-1.0.xsd \ + credentials.xsd \ + cs-sstc-schema-assertion-01.xsd \ + cs-sstc-schema-protocol-01.xsd \ + cs-sstc-schema-assertion-1.1.xsd \ + cs-sstc-schema-protocol-1.1.xsd \ + soap-envelope.xsd \ + xmldsig-core-schema.xsd \ + xenc-schema.xsd \ + xml.xsd \ + shibboleth.xsd \ + shibboleth-trust-1.0.xsd \ + saml-schema-assertion-2.0.xsd \ + saml-schema-metadata-2.0.xsd \ + metadata_v12_to_v11.xsl \ + metadata_v12_to_v13.xsl \ + metadata_v13_to_v12.xsl \ + trust_v12_to_v11.xsl \ + trust_v13_to_v12.xsl + +# +# Some of these need building +# +do-build-file: + rm -f ${FILE}.tmp + sed < ${srcdir}/${FILE}.in > ${FILE}.tmp \ + -e 's:@-PKGXMLDIR-@:${pkgxmldir}:' + cmp -s ${FILE} ${FILE}.tmp || mv ${FILE}.tmp ${FILE} + rm -f ${FILE}.tmp + +catalog.xml: ${srcdir}/catalog.xml.in Makefile ${top_builddir}/config.status + $(MAKE) do-build-file FILE=$@ + +CLEANFILES = catalog.xml + +EXTRA_DIST = + catalog.xml.in \ + shibboleth-metadata-1.0.xsd \ + shibboleth-targetconfig-1.0.xsd diff --git a/schemas/catalog.xml.in b/schemas/catalog.xml.in new file mode 100644 index 0000000..e142ba0 --- /dev/null +++ b/schemas/catalog.xml.in @@ -0,0 +1,7 @@ + + + + + + +