[java-identity-provider COMMIT] in /trunk/idp-attribute-resolver-spring/src/main/resources: META-INF/spring.schemas s...

noreply at shibboleth.net noreply at shibboleth.net
Sun Feb 9 16:22:31 EST 2014


Author: scantor
Date: Sun Feb  9 16:22:31 2014
New Revision: 5341

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5341&view=rev
Log:
IDP-303: Rename resolver schemas and update mappings.

Added:
    trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-encoder.xsd
      - copied, changed from r5339, trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-encoder.xsd
    trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-ad.xsd
      - copied, changed from r5339, trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-ad.xsd
    trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-dc.xsd
      - copied, changed from r5339, trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-dc.xsd
    trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver-pc.xsd
      - copied, changed from r5339, trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-pc.xsd
    trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-attribute-resolver.xsd
      - copied, changed from r5339, trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver.xsd
Modified:
    trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.schemas
    trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-encoder.xsd
    trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-ad.xsd
    trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-dc.xsd
    trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver-pc.xsd
    trunk/idp-attribute-resolver-spring/src/main/resources/schema/shibboleth-2.0-attribute-resolver.xsd

Modified: trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.schemas
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.schemas?rev=5341&r1=5340&r2=5341&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.schemas (original)
+++ trunk/idp-attribute-resolver-spring/src/main/resources/META-INF/spring.schemas Sun Feb  9 16:22:31 2014
@@ -1,13 +1,13 @@
-http\://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd = schema/shibboleth-2.0-attribute-resolver.xsd
-http\://shibboleth.net/schema/idp/shibboleth-attribute-resolver-ad.xsd = schema/shibboleth-2.0-attribute-resolver-ad.xsd
-http\://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd = schema/shibboleth-2.0-attribute-resolver-dc.xsd
-http\://shibboleth.net/schema/idp/shibboleth-attribute-resolver-pc.xsd = schema/shibboleth-2.0-attribute-resolver-pc.xsd
-http\://shibboleth.net/schema/idp/shibboleth-attribute-encoder.xsd = schema/shibboleth-2.0-attribute-encoder.xsd
+http\://shibboleth.net/schema/idp/shibboleth-attribute-resolver.xsd = schema/shibboleth-attribute-resolver.xsd
+http\://shibboleth.net/schema/idp/shibboleth-attribute-resolver-ad.xsd = schema/shibboleth-attribute-resolver-ad.xsd
+http\://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd = schema/shibboleth-attribute-resolver-dc.xsd
+http\://shibboleth.net/schema/idp/shibboleth-attribute-resolver-pc.xsd = schema/shibboleth-attribute-resolver-pc.xsd
+http\://shibboleth.net/schema/idp/shibboleth-attribute-encoder.xsd = schema/shibboleth-attribute-encoder.xsd
 http\://www.w3.org/2001/xml.xsd = schema/xml.xsd
 
-classpath\:/schema/shibboleth-2.0-attribute-resolver.xsd = schema/shibboleth-2.0-attribute-resolver.xsd
-classpath\:/schema/shibboleth-2.0-attribute-resolver-ad.xsd = schema/shibboleth-2.0-attribute-resolver-ad.xsd
-classpath\:/schema/shibboleth-2.0-attribute-resolver-dc.xsd = schema/shibboleth-2.0-attribute-resolver-dc.xsd
-classpath\:/schema/shibboleth-2.0-attribute-resolver-pc.xsd = schema/shibboleth-2.0-attribute-resolver-pc.xsd
-classpath\:/schema/shibboleth-2.0-attribute-encoder.xsd = schema/shibboleth-2.0-attribute-encoder.xsd
+classpath\:/schema/shibboleth-2.0-attribute-resolver.xsd = schema/shibboleth-attribute-resolver.xsd
+classpath\:/schema/shibboleth-2.0-attribute-resolver-ad.xsd = schema/shibboleth-attribute-resolver-ad.xsd
+classpath\:/schema/shibboleth-2.0-attribute-resolver-dc.xsd = schema/shibboleth-attribute-resolver-dc.xsd
+classpath\:/schema/shibboleth-2.0-attribute-resolver-pc.xsd = schema/shibboleth-attribute-resolver-pc.xsd
+classpath\:/schema/shibboleth-2.0-attribute-encoder.xsd = schema/shibboleth-attribute-encoder.xsd
 classpath\:/schema/xml.xsd = schema/xml.xsd


[... 25 lines stripped ...]


More information about the commits mailing list