]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-2126 Added shortIdentifier to the list results item schema, for vocab+authorit...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Wed, 23 Jun 2010 07:45:32 +0000 (07:45 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Wed, 23 Jun 2010 07:45:32 +0000 (07:45 +0000)
commit69ec703e6b660543d956b3d5af2c9665979a7334
tree65a43b3d3e170e10924ac675c3cc2a65f4bbf9dc
parent41bffeffdb603e4541ade9fef0836986b62a6368
CSPACE-2126 Added shortIdentifier to the list results item schema, for vocab+authority services.
12 files changed:
services/location/jaxb/src/main/java/org/collectionspace/services/LocationAuthorityListItemJAXBSchema.java
services/location/jaxb/src/main/resources/locationauthority_common.xsd
services/location/service/src/main/java/org/collectionspace/services/location/nuxeo/LocationAuthorityDocumentModelHandler.java
services/organization/jaxb/src/main/java/org/collectionspace/services/OrgAuthorityListItemJAXBSchema.java
services/organization/jaxb/src/main/resources/orgauthority_common.xsd
services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrgAuthorityDocumentModelHandler.java
services/person/jaxb/src/main/java/org/collectionspace/services/PersonAuthorityListItemJAXBSchema.java
services/person/jaxb/src/main/resources/personauthority_common.xsd
services/person/service/src/main/java/org/collectionspace/services/person/nuxeo/PersonAuthorityDocumentModelHandler.java
services/vocabulary/jaxb/src/main/java/org/collectionspace/services/VocabularyListItemJAXBSchema.java
services/vocabulary/jaxb/src/main/resources/vocabulary_common.xsd
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/nuxeo/VocabularyDocumentModelHandler.java