]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-3441: Added final support in the Services core for tenant specifc document...
authorRichard Millet <richard.millet@berkeley.edu>
Fri, 17 Jun 2011 05:18:21 +0000 (05:18 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Fri, 17 Jun 2011 05:18:21 +0000 (05:18 +0000)
commita261e2bacfc43d9408cbef0e9ad1120399d5f673
tree899e1d71cf0265699b7ca2648c4a249c36259639
parent462744d0bdc23031411eec1222682296d0ec6ad9
CSPACE-3441: Added final support in the Services core for tenant specifc document types.
24 files changed:
services/collectionobject/3rdparty/build.xml
services/collectionobject/3rdparty/nuxeo-platform-collectionobjects_common/build.xml [new file with mode: 0644]
services/collectionobject/3rdparty/nuxeo-platform-collectionobjects_common/pom.xml [new file with mode: 0644]
services/collectionobject/3rdparty/nuxeo-platform-collectionobjects_common/src/main/resources/META-INF/MANIFEST.MF [new file with mode: 0644]
services/collectionobject/3rdparty/nuxeo-platform-collectionobjects_common/src/main/resources/OSGI-INF/core-types-contrib.xml [new file with mode: 0644]
services/collectionobject/3rdparty/nuxeo-platform-collectionobjects_common/src/main/resources/OSGI-INF/deployment-fragment.xml [new file with mode: 0644]
services/collectionobject/3rdparty/nuxeo-platform-collectionobjects_common/src/main/resources/OSGI-INF/ecm-types-contrib.xml [new file with mode: 0644]
services/collectionobject/3rdparty/nuxeo-platform-collectionobjects_common/src/main/resources/OSGI-INF/layouts-contrib.xml [new file with mode: 0644]
services/collectionobject/3rdparty/nuxeo-platform-collectionobjects_common/src/main/resources/OSGI-INF/life-cycle-contrib.xml [new file with mode: 0644]
services/collectionobject/3rdparty/nuxeo-platform-collectionobjects_common/src/main/resources/schemas/collectionobjects_common.xsd [moved from services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects_common.xsd with 97% similarity]
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.xml
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/pom.xml
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/META-INF/MANIFEST.MF
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/core-types-contrib.xml
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/ecm-types-contrib.xml
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/layouts-contrib.xml
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/life-cycle-contrib.xml
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobjects_naturalhistory.xsd [deleted file]
services/collectionobject/3rdparty/pom.xml
services/common/src/main/java/org/collectionspace/services/common/context/AbstractServiceContextImpl.java
services/common/src/main/java/org/collectionspace/services/common/context/ServiceContext.java
services/common/src/main/java/org/collectionspace/services/common/query/QueryContext.java
services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java
services/common/src/main/java/org/collectionspace/services/nuxeo/util/NuxeoUtils.java