]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-3865: Initial clone of Storage Location Authority service to create new Taxono...
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 5 May 2011 23:51:51 +0000 (23:51 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Thu, 5 May 2011 23:51:51 +0000 (23:51 +0000)
commit20985c3a88f9154f587be2636d6445c94cdd2ecc
treeb87b305008ce66bdb96895d1aa37794149be818f
parent491749210d56958a84665accc38652132b954538
CSPACE-3865: Initial clone of Storage Location Authority service to create new Taxonomy Authority service. Cloned mechanistically to this point; 3rdparty and jaxb modules build, but not client or service.
30 files changed:
services/taxonomy/3rdparty/build.xml [new file with mode: 0644]
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/build.xml [new file with mode: 0644]
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/pom.xml [new file with mode: 0644]
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/src/main/resources/META-INF/MANIFEST.MF [new file with mode: 0644]
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/src/main/resources/OSGI-INF/core-types-contrib.xml [new file with mode: 0644]
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/src/main/resources/OSGI-INF/deployment-fragment.xml [new file with mode: 0644]
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/src/main/resources/OSGI-INF/ecm-types-contrib.xml [new file with mode: 0644]
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/src/main/resources/OSGI-INF/layouts-contrib.xml [new file with mode: 0644]
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/src/main/resources/OSGI-INF/life-cycle-contrib.xml [new file with mode: 0644]
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/src/main/resources/schemas/taxonomy_common.xsd [new file with mode: 0644]
services/taxonomy/3rdparty/nuxeo-platform-cs-taxonomy/src/main/resources/schemas/taxonomyauthority_common.xsd [new file with mode: 0644]
services/taxonomy/3rdparty/pom.xml [new file with mode: 0644]
services/taxonomy/build.xml [new file with mode: 0644]
services/taxonomy/client/pom.xml [new file with mode: 0644]
services/taxonomy/client/src/main/java/org/collectionspace/services/client/TaxonomyAuthorityClient.java [new file with mode: 0644]
services/taxonomy/client/src/main/java/org/collectionspace/services/client/TaxonomyAuthorityProxy.java [new file with mode: 0644]
services/taxonomy/client/src/test/java/org/collectionspace/services/client/test/TaxonomyAuthorityServiceTest.java [new file with mode: 0644]
services/taxonomy/client/src/test/resources/log4j.properties [new file with mode: 0644]
services/taxonomy/jaxb/pom.xml [new file with mode: 0644]
services/taxonomy/jaxb/src/main/java/org/collectionspace/services/TaxonomyJAXBSchema.java [new file with mode: 0644]
services/taxonomy/jaxb/src/main/resources/taxonomy_common.xsd [new file with mode: 0644]
services/taxonomy/jaxb/src/main/resources/taxonomyauthority_common.xsd [new file with mode: 0644]
services/taxonomy/pom.xml [new file with mode: 0644]
services/taxonomy/service/pom.xml [new file with mode: 0644]
services/taxonomy/service/src/main/java/org/collectionspace/services/taxonomy/TaxonomyAuthorityResource.java [new file with mode: 0644]
services/taxonomy/service/src/main/java/org/collectionspace/services/taxonomy/nuxeo/TaxonomyAuthorityConstants.java [new file with mode: 0644]
services/taxonomy/service/src/main/java/org/collectionspace/services/taxonomy/nuxeo/TaxonomyAuthorityDocumentModelHandler.java [new file with mode: 0644]
services/taxonomy/service/src/main/java/org/collectionspace/services/taxonomy/nuxeo/TaxonomyConstants.java [new file with mode: 0644]
services/taxonomy/service/src/main/java/org/collectionspace/services/taxonomy/nuxeo/TaxonomyDocumentModelHandler.java [new file with mode: 0644]
services/taxonomy/service/src/main/java/org/collectionspace/services/taxonomy/nuxeo/TaxonomyValidatorHandler.java [new file with mode: 0644]