]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-6902: Add conservation procedure.
authorRay Lee <rhlee@berkeley.edu>
Tue, 10 Nov 2015 01:19:19 +0000 (17:19 -0800)
committerRay Lee <rhlee@berkeley.edu>
Tue, 15 Mar 2016 20:39:29 +0000 (13:39 -0700)
commit8072a4d68a5c05d4cc497ae72cc3ef5a04e1c6e0
treeb88d9330165d2889e8e850dc31c8dd2715db752b
parent45a49b49ad7a373fe677b8fc004068c7e3ac33fd
CSPACE-6902: Add conservation procedure.
30 files changed:
services/JaxRsServiceProvider/pom.xml
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
services/build.xml
services/common/src/main/resources/db/postgresql/load_id_generators.sql
services/conservation/3rdparty/build.xml [new file with mode: 0644]
services/conservation/3rdparty/nuxeo-platform-cs-conservation/build.xml [new file with mode: 0644]
services/conservation/3rdparty/nuxeo-platform-cs-conservation/pom.xml [new file with mode: 0644]
services/conservation/3rdparty/nuxeo-platform-cs-conservation/src/main/resources/OSGI-INF/README.txt [new file with mode: 0644]
services/conservation/3rdparty/nuxeo-platform-cs-conservation/src/main/resources/schemas/README.txt [new file with mode: 0644]
services/conservation/3rdparty/pom.xml [new file with mode: 0644]
services/conservation/build.xml [new file with mode: 0644]
services/conservation/client/pom.xml [new file with mode: 0644]
services/conservation/client/src/main/java/org/collectionspace/services/client/ConservationClient.java [new file with mode: 0644]
services/conservation/client/src/main/java/org/collectionspace/services/client/ConservationProxy.java [new file with mode: 0644]
services/conservation/client/src/test/java/org/collectionspace/services/client/test/ConservationAuthRefsTest.java [new file with mode: 0644]
services/conservation/client/src/test/java/org/collectionspace/services/client/test/ConservationServiceTest.java [new file with mode: 0644]
services/conservation/client/src/test/resources/log4j.properties [new file with mode: 0644]
services/conservation/jaxb/pom.xml [new file with mode: 0644]
services/conservation/jaxb/src/main/java/org/collectionspace/services/ConservationJAXBSchema.java [new file with mode: 0644]
services/conservation/jaxb/src/main/java/org/collectionspace/services/ConservationListItemJAXBSchema.java [new file with mode: 0644]
services/conservation/jaxb/src/main/resources/conservation-common.xsd [new file with mode: 0644]
services/conservation/pom.xml [new file with mode: 0644]
services/conservation/service/pom.xml [new file with mode: 0644]
services/conservation/service/src/main/java/org/collectionspace/services/conservation/ConservationResource.java [new file with mode: 0644]
services/conservation/service/src/main/java/org/collectionspace/services/conservation/nuxeo/ConservationConstants.java [new file with mode: 0644]
services/conservation/service/src/main/java/org/collectionspace/services/conservation/nuxeo/ConservationDocumentModelHandler.java [new file with mode: 0644]
services/conservation/service/src/main/java/org/collectionspace/services/conservation/nuxeo/ConservationValidatorHandler.java [new file with mode: 0644]
services/conservation/service/src/test/java/org/collectionspace/services/test/ConservationServiceTest.java [new file with mode: 0644]
services/conservation/service/src/test/resources/log4j.xml [new file with mode: 0644]
services/pom.xml