Renamed metadata files
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 23 May 2005 21:36:51 +0000 (21:36 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 23 May 2005 21:36:51 +0000 (21:36 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1667 cb58f699-b61c-0410-a6fe-9272a202ed29

configs/IQ-metadata.xml.in [moved from configs/IQ-sites.xml.in with 100% similarity]
configs/Makefile.am
configs/example-metadata.xml.in [moved from configs/example-sites.xml.in with 100% similarity]
configs/shibboleth.xml.in

index 6e61ada..698a86f 100644 (file)
@@ -21,8 +21,8 @@ BUILTCONFIGFILES = \
        native.logger \
        shibd.logger \
        AAP.xml \
-       IQ-sites.xml \
-       example-sites.xml
+       IQ-metadata.xml \
+       example-metadata.xml
 
 # While BUILTCONFIGFILES are processed, these are not; so we should pull
 # them from SRCDIR.
@@ -69,10 +69,10 @@ shibboleth.xml: ${srcdir}/shibboleth.xml.in Makefile ${top_builddir}/config.stat
 AAP.xml: ${srcdir}/AAP.xml.in Makefile ${top_builddir}/config.status
        $(MAKE) do-build-file FILE=$@
 
-IQ-sites.xml: ${srcdir}/IQ-sites.xml.in Makefile ${top_builddir}/config.status
+IQ-metadata.xml: ${srcdir}/IQ-metadata.xml.in Makefile ${top_builddir}/config.status
        $(MAKE) do-build-file FILE=$@
 
-example-sites.xml: ${srcdir}/example-sites.xml.in Makefile ${top_builddir}/config.status
+example-metadata.xml: ${srcdir}/example-metadata.xml.in Makefile ${top_builddir}/config.status
        $(MAKE) do-build-file FILE=$@
 
 all-data-local: $(BUILTCONFIGFILES)
@@ -104,8 +104,8 @@ CLEANFILES = \
        native.logger \
        shibboleth.xml \
        AAP.xml \
-       IQ-sites.xml \
-       example-sites.xml
+       IQ-metadata.xml \
+       example-metadata.xml
 
 EXTRA_DIST = .cvsignore \
        shibboleth.xml.in \
@@ -119,8 +119,8 @@ EXTRA_DIST = .cvsignore \
        sessionError.html \
        metadataError.html \
        AAP.xml.in \
-       IQ-sites.xml.in \
-       example-sites.xml.in \
+       IQ-metadata.xml.in \
+       example-metadata.xml.in \
        inqueue.pem \
        sp-example.key \
        sp-example.crt
index 8f1bb5a..ce6022e 100644 (file)
 
                <!-- Dummy metadata for private testing, delete for production deployments. -->
                <MetadataProvider type="edu.internet2.middleware.shibboleth.metadata.provider.XMLMetadata"
-                       uri="@-PKGSYSCONFDIR-@/example-sites.xml"/>
+                       uri="@-PKGSYSCONFDIR-@/example-metadata.xml"/>
 
                <!-- InQueue pilot federation, delete for production deployments. -->
                <MetadataProvider type="edu.internet2.middleware.shibboleth.metadata.provider.XMLMetadata"
-                       uri="@-PKGSYSCONFDIR-@/IQ-sites.xml"/>
+                       uri="@-PKGSYSCONFDIR-@/IQ-metadata.xml"/>
                
                <!-- The standard trust provider supports SAMLv2 metadata with path validation extensions. -->
                <TrustProvider type="edu.internet2.middleware.shibboleth.common.provider.ShibbolethTrust"/>