]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-3245: Committing first round of image blob support for Media service. This...
authorRichard Millet <richard.millet@berkeley.edu>
Fri, 3 Dec 2010 22:46:42 +0000 (22:46 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Fri, 3 Dec 2010 22:46:42 +0000 (22:46 +0000)
commit5247ffd279d7693ae2f6dfda95b54f88879bf92e
treea682467981229b8c5b85b89e1aad458a702ed03d
parentccb066bad494b9d942d50cced5d47adec68f6518
CSPACE-3245: Committing first round of image blob support for Media service.  This code needs to move from its prototype location (in the CollectionObject service) to the Media and Blob services -this will be my next task.
3rdparty/nuxeo/nuxeo-client/lib/5.3.2/nuxeo-platform-imaging-api-5.3.2.jar [new file with mode: 0644]
3rdparty/nuxeo/nuxeo-client/lib/5.3.2/nuxeo-platform-imaging-core-5.3.2.jar [new file with mode: 0644]
3rdparty/nuxeo/nuxeo-client/lib/5.3.2/nuxeo-platform-imaging-preview-5.3.2.jar [new file with mode: 0644]
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
services/collectionobject/client/src/main/java/org/collectionspace/services/client/CollectionObjectClient.java
services/collectionobject/client/src/main/java/org/collectionspace/services/client/CollectionObjectProxy.java
services/collectionobject/service/src/main/java/org/collectionspace/services/collectionobject/CollectionObjectResource.java
services/common/pom.xml
services/common/src/main/java/org/collectionspace/services/common/FileUtils.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/common/imaging/nuxeo/NuxeoImageUtils.java