[java-parent-projects COMMIT] /java-parent-project-v3/trunk/resources/eclipse/user_catalog.xml

noreply at shibboleth.net noreply at shibboleth.net
Sat Mar 15 13:47:43 EDT 2014


Author: rdw
Date: Sat Mar 15 13:47:43 2014
New Revision: 243

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=243&view=rev
Log:
IDP-384 Move all non-test schemas to idp-schema.  Fix poms and user_catalog.xml appropriately

Modified:
    java-parent-project-v3/trunk/resources/eclipse/user_catalog.xml

Modified: java-parent-project-v3/trunk/resources/eclipse/user_catalog.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/resources/eclipse/user_catalog.xml?rev=243&r1=242&r2=243&view=diff
==============================================================================
--- java-parent-project-v3/trunk/resources/eclipse/user_catalog.xml (original)
+++ java-parent-project-v3/trunk/resources/eclipse/user_catalog.xml Sat Mar 15 13:47:43 2014
@@ -2,20 +2,20 @@
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
   <system systemId="http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd" uri="platform:/resource/opensaml-xmlsec-api/src/main/resources/schema/xmldsig-core-schema.xsd"/>
   <system systemId="http://www.w3.org/TR/xmlenc-core/xenc-schema.xsd" uri="platform:/resource/opensaml-xmlsec-api/src/main/resources/schema/xenc-schema.xsd"/>
-  <system systemId="http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd" uri="platform:/resource/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver.xsd"/>
-  <system systemId="http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd" uri="platform:/resource/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd"/>
+  <system systemId="http://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd" uri="platform:/resource/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd"/>
+  <system systemId="http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd" uri="platform:/resource/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd"/>
   <system systemId="http://shibboleth.net/schema/idp/shibboleth-security.xsd" uri="platform:/resource/idp-core/src/main/resources/schema/shibboleth-security.xsd"/>
-  <system systemId="http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-ad.xsd" uri="platform:/resource/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-ad.xsd"/>
-  <system systemId="http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-pc.xsd" uri="platform:/resource/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-pc.xsd"/>
-  <system systemId="http://shibboleth.net/schema/idp/shibboleth-afp.xsd" uri="platform:/resource/idp-attribute-filter-spring/src/main/resources/schema/shibboleth-afp.xsd"/>
-  <system systemId="http://shibboleth.net/schema/idp/shibboleth-afp-mf-basic.xsd" uri="platform:/resource/idp-attribute-filter-spring/src/main/resources/schema/shibboleth-afp-mf-basic.xsd"/>
-  <system systemId="http://shibboleth.net/schema/idp/shibboleth-afp-mf-saml.xsd" uri="platform:/resource/idp-attribute-filter-spring/src/main/resources/schema/shibboleth-afp-mf-saml.xsd"/>
-  <system systemId="http://shibboleth.net/schema/idp/shibboleth-attribute-encoder.xsd" uri="platform:/resource/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-encoder.xsd"/>
-  <system systemId="http://shibboleth.net/schema/idp/shibboleth-resource.xsd" uri="platform:/resource/idp-profile-spring/src/main/resources/schema/shibboleth-resource.xsd"/>
-  <system systemId="http://shibboleth.net/schema/idp/shibboleth-security-policy-saml.xsd" uri="platform:/resource/idp-profile-spring/src/main/resources/schema/shibboleth-security-policy-saml.xsd"/>
-  <system systemId="http://shibboleth.net/schema/idp/shibboleth-metadata.xsd" uri="platform:/resource/idp-profile-spring/src/main/resources/schema/shibboleth-metadata.xsd"/>
-  <system systemId="http://shibboleth.net/schema/idp/shibboleth-relying-party.xsd" uri="platform:/resource/idp-profile-spring/src/main/resources/schema/shibboleth-relying-party.xsd"/>
-  <system systemId="http://shibboleth.net/schema/idp/shibboleth-relying-party-saml.xsd" uri="platform:/resource/idp-profile-spring/src/main/resources/schema/shibboleth-relying-party-saml.xsd"/>
+  <system systemId="http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-ad.xsd" uri="platform:/resource/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-ad.xsd"/>
+  <system systemId="http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-pc.xsd" uri="platform:/resource/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-pc.xsd"/>
+  <system systemId="http://shibboleth.net/schema/idp/shibboleth-afp.xsd" uri="platform:/resource/idp-schema/src/main/resources/schema/shibboleth-afp.xsd"/>
+  <system systemId="http://shibboleth.net/schema/idp/shibboleth-afp-mf-basic.xsd" uri="platform:/resource/idp-schema/src/main/resources/schema/shibboleth-afp-mf-basic.xsd"/>

[... 11 lines stripped ...]


More information about the commits mailing list