[java-identity-provider COMMIT] in /trunk: idp-attribute-filter-spring/pom.xml idp-attribute-filter-spring/src/main/r...

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


Author: rdw
Date: Sat Mar 15 13:47:56 2014
New Revision: 5579

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

Added:
    trunk/idp-schema/src/main/resources/META-INF/
    trunk/idp-schema/src/main/resources/META-INF/spring.schemas
      - copied, changed from r5578, trunk/idp-attribute-filter-spring/src/main/resources/META-INF/spring.schemas
    trunk/idp-schema/src/main/resources/schema/
      - copied from r5578, trunk/idp-attribute-filter-spring/src/main/resources/schema/
    trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-encoder.xsd
      - copied unchanged from r5578, trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-encoder.xsd
    trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-ad.xsd
      - copied unchanged from r5578, trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-ad.xsd
    trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd
      - copied unchanged from r5578, trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd
    trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver-pc.xsd
      - copied unchanged from r5578, trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-pc.xsd
    trunk/idp-schema/src/main/resources/schema/shibboleth-attribute-resolver.xsd
      - copied unchanged from r5578, trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver.xsd
    trunk/idp-schema/src/main/resources/schema/shibboleth-metadata.xsd
      - copied unchanged from r5578, trunk/idp-profile-spring/src/main/resources/schema/shibboleth-metadata.xsd
    trunk/idp-schema/src/main/resources/schema/shibboleth-relying-party-saml.xsd
      - copied unchanged from r5578, trunk/idp-profile-spring/src/main/resources/schema/shibboleth-relying-party-saml.xsd
    trunk/idp-schema/src/main/resources/schema/shibboleth-relying-party.xsd
      - copied unchanged from r5578, trunk/idp-profile-spring/src/main/resources/schema/shibboleth-relying-party.xsd
    trunk/idp-schema/src/main/resources/schema/shibboleth-resource.xsd
      - copied unchanged from r5578, trunk/idp-profile-spring/src/main/resources/schema/shibboleth-resource.xsd
    trunk/idp-schema/src/main/resources/schema/shibboleth-security-policy-saml.xsd
      - copied unchanged from r5578, trunk/idp-profile-spring/src/main/resources/schema/shibboleth-security-policy-saml.xsd
    trunk/idp-schema/src/main/resources/schema/shibboleth-security.xsd
      - copied unchanged from r5578, trunk/idp-profile-spring/src/main/resources/schema/shibboleth-security.xsd
Modified:
    trunk/idp-attribute-filter-spring/pom.xml
    trunk/idp-attribute-filter-spring/src/main/resources/META-INF/spring.schemas
    trunk/idp-attribute-filter-spring/src/main/resources/schema/
    trunk/idp-attribute-resolver-spring/pom.xml
    trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.schemas
    trunk/idp-attribute-resolver-spring/src/main/resources/schema/
    trunk/idp-parent/pom.xml
    trunk/idp-profile-spring/pom.xml
    trunk/idp-profile-spring/src/main/resources/META-INF/spring.schemas
    trunk/idp-profile-spring/src/main/resources/schema/
    trunk/idp-schema/pom.xml

Modified: trunk/idp-attribute-filter-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-filter-spring/pom.xml?rev=5579&r1=5578&r2=5579&view=diff
==============================================================================
--- trunk/idp-attribute-filter-spring/pom.xml (original)
+++ trunk/idp-attribute-filter-spring/pom.xml Sat Mar 15 13:47:56 2014
@@ -20,6 +20,11 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>idp-schema</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>

Modified: trunk/idp-attribute-resolver-spring/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/pom.xml?rev=5579&r1=5578&r2=5579&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-spring/pom.xml (original)
+++ trunk/idp-attribute-resolver-spring/pom.xml Sat Mar 15 13:47:56 2014
@@ -20,6 +20,11 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>idp-schema</artifactId>
             <version>${project.version}</version>
         </dependency>

[... 116 lines stripped ...]


More information about the commits mailing list