]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-1357, CSPACE-131, CSPACE-133 - Adding basic LocationAuthority support.
authorPatrick Schmitz <pschmitz@berkeley.edu>
Fri, 21 May 2010 21:25:01 +0000 (21:25 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Fri, 21 May 2010 21:25:01 +0000 (21:25 +0000)
commit570c6734b27a805fa1e4134a38db2833a0508e82
treee8e65d6341b06b2562dc4fdb7a04324ddb717302
parent5f263bbeb3ea1c78b5a6527f48b699f162fde532
CSPACE-1357, CSPACE-131, CSPACE-133 - Adding basic LocationAuthority support.
71 files changed:
services/JaxRsServiceProvider/pom.xml
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
services/build.xml
services/common/src/main/config/services/tenant-bindings.xml
services/location/.classpath [new file with mode: 0644]
services/location/.project [new file with mode: 0644]
services/location/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/location/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/location/3rdparty/.classpath [new file with mode: 0644]
services/location/3rdparty/.project [new file with mode: 0644]
services/location/3rdparty/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/location/3rdparty/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/location/3rdparty/build.xml [new file with mode: 0644]
services/location/3rdparty/nuxeo-platform-cs-location/.classpath [new file with mode: 0644]
services/location/3rdparty/nuxeo-platform-cs-location/.project [new file with mode: 0644]
services/location/3rdparty/nuxeo-platform-cs-location/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/location/3rdparty/nuxeo-platform-cs-location/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/location/3rdparty/nuxeo-platform-cs-location/build.xml [new file with mode: 0644]
services/location/3rdparty/nuxeo-platform-cs-location/pom.xml [new file with mode: 0644]
services/location/3rdparty/nuxeo-platform-cs-location/src/main/resources/META-INF/MANIFEST.MF [new file with mode: 0644]
services/location/3rdparty/nuxeo-platform-cs-location/src/main/resources/OSGI-INF/core-types-contrib.xml [new file with mode: 0644]
services/location/3rdparty/nuxeo-platform-cs-location/src/main/resources/OSGI-INF/deployment-fragment.xml [new file with mode: 0644]
services/location/3rdparty/nuxeo-platform-cs-location/src/main/resources/OSGI-INF/ecm-types-contrib.xml [new file with mode: 0644]
services/location/3rdparty/nuxeo-platform-cs-location/src/main/resources/OSGI-INF/layouts-contrib.xml [new file with mode: 0644]
services/location/3rdparty/nuxeo-platform-cs-location/src/main/resources/schemas/locationauthorities_common.xsd [new file with mode: 0644]
services/location/3rdparty/nuxeo-platform-cs-location/src/main/resources/schemas/locations_common.xsd [new file with mode: 0644]
services/location/3rdparty/pom.xml [new file with mode: 0644]
services/location/build.xml [new file with mode: 0644]
services/location/client/.classpath [new file with mode: 0644]
services/location/client/.project [new file with mode: 0644]
services/location/client/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/location/client/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/location/client/pom.xml [new file with mode: 0644]
services/location/client/src/main/java/org/collectionspace/services/client/LocationAuthorityClient.java [new file with mode: 0644]
services/location/client/src/main/java/org/collectionspace/services/client/LocationAuthorityClientUtils.java [new file with mode: 0644]
services/location/client/src/main/java/org/collectionspace/services/client/LocationAuthorityProxy.java [new file with mode: 0644]
services/location/client/src/test/java/org/collectionspace/services/client/test/LocationAuthorityServiceTest.java [new file with mode: 0644]
services/location/client/src/test/resources/log4j.properties [new file with mode: 0644]
services/location/import/.classpath [new file with mode: 0644]
services/location/import/.project [new file with mode: 0644]
services/location/import/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/location/import/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/location/import/build.xml [new file with mode: 0644]
services/location/import/pom.xml [new file with mode: 0644]
services/location/import/src/main/java/org/collectionspace/services/location/importer/LocationAuthorityBaseImport.java [new file with mode: 0644]
services/location/installer/build.xml [new file with mode: 0644]
services/location/jaxb/.classpath [new file with mode: 0644]
services/location/jaxb/.project [new file with mode: 0644]
services/location/jaxb/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/location/jaxb/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/location/jaxb/pom.xml [new file with mode: 0644]
services/location/jaxb/src/main/java/org/collectionspace/services/LocationAuthorityJAXBSchema.java [new file with mode: 0644]
services/location/jaxb/src/main/java/org/collectionspace/services/LocationAuthorityListItemJAXBSchema.java [new file with mode: 0644]
services/location/jaxb/src/main/java/org/collectionspace/services/LocationJAXBSchema.java [new file with mode: 0644]
services/location/jaxb/src/main/java/org/collectionspace/services/LocationListItemJAXBSchema.java [new file with mode: 0644]
services/location/jaxb/src/main/resources/location_common.xsd [new file with mode: 0644]
services/location/jaxb/src/main/resources/locationauthority_common.xsd [new file with mode: 0644]
services/location/pom.xml [new file with mode: 0644]
services/location/service/.classpath [new file with mode: 0644]
services/location/service/.project [new file with mode: 0644]
services/location/service/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/location/service/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/location/service/pom.xml [new file with mode: 0644]
services/location/service/src/main/java/org/collectionspace/services/location/LocationAuthorityResource.java [new file with mode: 0644]
services/location/service/src/main/java/org/collectionspace/services/location/nuxeo/LocationAuthorityConstants.java [new file with mode: 0644]
services/location/service/src/main/java/org/collectionspace/services/location/nuxeo/LocationAuthorityDocumentModelHandler.java [new file with mode: 0644]
services/location/service/src/main/java/org/collectionspace/services/location/nuxeo/LocationConstants.java [new file with mode: 0644]
services/location/service/src/main/java/org/collectionspace/services/location/nuxeo/LocationDocumentModelHandler.java [new file with mode: 0644]
services/location/service/src/main/java/org/collectionspace/services/location/nuxeo/LocationValidatorHandler.java [new file with mode: 0644]
services/person/service/src/main/java/org/collectionspace/services/person/PersonAuthorityResource.java
services/pom.xml