From 558de7f670e8dddfdde649de3e4026161de83622 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Thu, 25 Feb 2010 23:41:46 +0000 Subject: [PATCH] CSPACE-823: Fixed typo 'servics' in three services-related namespace URIs in XSD schemas. --- services/account/jaxb/src/main/resources/accounts_common.xsd | 2 +- .../src/main/resources/authentication_identity_provider.xsd | 2 +- .../jaxb/src/main/resources/collectionobjects_common.xsd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/account/jaxb/src/main/resources/accounts_common.xsd b/services/account/jaxb/src/main/resources/accounts_common.xsd index 86853c8bd..7ee4d8412 100644 --- a/services/account/jaxb/src/main/resources/accounts_common.xsd +++ b/services/account/jaxb/src/main/resources/accounts_common.xsd @@ -16,7 +16,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:hj="http://hyperjaxb3.jvnet.org/ejb/schemas/customizations" xmlns:orm="http://java.sun.com/xml/ns/persistence/orm" - xmlns:ns="http://collectionspace.org/servics/account" + xmlns:ns="http://collectionspace.org/services/account" xmlns="http://collectionspace.org/services/account" targetNamespace="http://collectionspace.org/services/account" version="0.1" diff --git a/services/authentication/jaxb/src/main/resources/authentication_identity_provider.xsd b/services/authentication/jaxb/src/main/resources/authentication_identity_provider.xsd index da3ba5175..8b668b8f7 100644 --- a/services/authentication/jaxb/src/main/resources/authentication_identity_provider.xsd +++ b/services/authentication/jaxb/src/main/resources/authentication_identity_provider.xsd @@ -15,7 +15,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:hj="http://hyperjaxb3.jvnet.org/ejb/schemas/customizations" xmlns:orm="http://java.sun.com/xml/ns/persistence/orm" - xmlns:ns="http://collectionspace.org/servics/authentication" + xmlns:ns="http://collectionspace.org/services/authentication" xmlns="http://collectionspace.org/services/authentication" targetNamespace="http://collectionspace.org/services/authentication" version="0.1" diff --git a/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd b/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd index c285bba18..9cec1b41a 100644 --- a/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd +++ b/services/collectionobject/jaxb/src/main/resources/collectionobjects_common.xsd @@ -13,7 +13,7 @@