]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-149. Adding basic code for Organization service. Compiles, but testing remains...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Mon, 4 Jan 2010 20:12:59 +0000 (20:12 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Mon, 4 Jan 2010 20:12:59 +0000 (20:12 +0000)
commit0c73d59f4534feaeb788facaaaea5ac8afaca53b
tree97ae524c4f3d830f34b8f5c1a124b4406c2adc16
parent6727aced0fb87e83dc7837f9dcc4eafc73bf5180
CSPACE-149. Adding basic code for Organization service. Compiles, but testing remains. Not yet added to main builds.
76 files changed:
services/organization/.classpath [new file with mode: 0644]
services/organization/.project [new file with mode: 0644]
services/organization/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/organization/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/organization/3rdparty/.classpath [new file with mode: 0644]
services/organization/3rdparty/.project [new file with mode: 0644]
services/organization/3rdparty/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/organization/3rdparty/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/organization/3rdparty/build.xml [new file with mode: 0644]
services/organization/3rdparty/nuxeo-platform-cs-organization/.classpath [new file with mode: 0644]
services/organization/3rdparty/nuxeo-platform-cs-organization/.project [new file with mode: 0644]
services/organization/3rdparty/nuxeo-platform-cs-organization/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/organization/3rdparty/nuxeo-platform-cs-organization/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/organization/3rdparty/nuxeo-platform-cs-organization/build.xml [new file with mode: 0644]
services/organization/3rdparty/nuxeo-platform-cs-organization/pom.xml [new file with mode: 0644]
services/organization/3rdparty/nuxeo-platform-cs-organization/src/main/resources/META-INF/MANIFEST.MF [new file with mode: 0644]
services/organization/3rdparty/nuxeo-platform-cs-organization/src/main/resources/OSGI-INF/core-types-contrib.xml [new file with mode: 0644]
services/organization/3rdparty/nuxeo-platform-cs-organization/src/main/resources/OSGI-INF/deployment-fragment.xml [new file with mode: 0644]
services/organization/3rdparty/nuxeo-platform-cs-organization/src/main/resources/OSGI-INF/ecm-types-contrib.xml [new file with mode: 0644]
services/organization/3rdparty/nuxeo-platform-cs-organization/src/main/resources/OSGI-INF/layouts-contrib.xml [new file with mode: 0644]
services/organization/3rdparty/nuxeo-platform-cs-organization/src/main/resources/schemas/organizations_common.xsd [new file with mode: 0644]
services/organization/3rdparty/nuxeo-platform-cs-organization/src/main/resources/schemas/orgauthorities_common.xsd [new file with mode: 0644]
services/organization/3rdparty/pom.xml [new file with mode: 0644]
services/organization/build.xml [new file with mode: 0644]
services/organization/client/.classpath [new file with mode: 0644]
services/organization/client/.project [new file with mode: 0644]
services/organization/client/pom.xml [new file with mode: 0644]
services/organization/client/settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/organization/client/settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/organization/client/src/main/java/org/collectionspace/services/client/OrgAuthorityClient.java [new file with mode: 0644]
services/organization/client/src/main/java/org/collectionspace/services/client/OrgAuthorityProxy.java [new file with mode: 0644]
services/organization/client/src/test/java/org/collectionspace/services/client/test/OrgAuthorityServiceTest.java [new file with mode: 0644]
services/organization/client/src/test/resources/log4j.properties [new file with mode: 0644]
services/organization/import/.classpath [new file with mode: 0644]
services/organization/import/.project [new file with mode: 0644]
services/organization/import/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/organization/import/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/organization/import/build.xml [new file with mode: 0644]
services/organization/import/pom.xml [new file with mode: 0644]
services/organization/import/src/main/java/org/collectionspace/services/organization/importer/OrgAuthorityBaseImport.java [new file with mode: 0644]
services/organization/installer/build.xml [new file with mode: 0644]
services/organization/jaxb/.classpath [new file with mode: 0644]
services/organization/jaxb/.project [new file with mode: 0644]
services/organization/jaxb/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/organization/jaxb/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/organization/jaxb/pom.xml [new file with mode: 0644]
services/organization/jaxb/src/main/java/org/collectionspace/services/OrgAuthorityJAXBSchema.java [new file with mode: 0644]
services/organization/jaxb/src/main/java/org/collectionspace/services/OrgAuthorityListItemJAXBSchema.java [new file with mode: 0644]
services/organization/jaxb/src/main/java/org/collectionspace/services/OrganizationJAXBSchema.java [new file with mode: 0644]
services/organization/jaxb/src/main/java/org/collectionspace/services/OrganizationListItemJAXBSchema.java [new file with mode: 0644]
services/organization/jaxb/src/main/resources/organization_common.xsd [new file with mode: 0644]
services/organization/jaxb/src/main/resources/orgauthority_common.xsd [new file with mode: 0644]
services/organization/pom.xml [new file with mode: 0644]
services/organization/sample/.classpath [new file with mode: 0644]
services/organization/sample/.project [new file with mode: 0644]
services/organization/sample/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/organization/sample/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/organization/sample/pom.xml [new file with mode: 0644]
services/organization/sample/sample/.classpath [new file with mode: 0644]
services/organization/sample/sample/.project [new file with mode: 0644]
services/organization/sample/sample/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/organization/sample/sample/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/organization/sample/sample/pom.xml [new file with mode: 0644]
services/organization/sample/sample/src/main/java/org/collectionspace/services/organization/client/sample/Sample.java [new file with mode: 0644]
services/organization/sample/sample/src/main/resources/collectionspace-client.properties [new file with mode: 0644]
services/organization/sample/sample/src/main/resources/log4j.xml [new file with mode: 0644]
services/organization/service/.classpath [new file with mode: 0644]
services/organization/service/.project [new file with mode: 0644]
services/organization/service/pom.xml [new file with mode: 0644]
services/organization/service/src/main/java/org/collectionspace/services/organization/OrgAuthorityResource.java [new file with mode: 0644]
services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrgAuthorityConstants.java [new file with mode: 0644]
services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrgAuthorityDocumentModelHandler.java [new file with mode: 0644]
services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrgAuthorityHandlerFactory.java [new file with mode: 0644]
services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrganizationConstants.java [new file with mode: 0644]
services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrganizationDocumentModelHandler.java [new file with mode: 0644]
services/organization/service/src/main/java/org/collectionspace/services/organization/nuxeo/OrganizationHandlerFactory.java [new file with mode: 0644]