]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-84: Created a new source structure for all services. Moved v0.1 CollectionObj...
authorRichard Millet <richard.millet@berkeley.edu>
Wed, 29 Apr 2009 06:11:54 +0000 (06:11 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Wed, 29 Apr 2009 06:11:54 +0000 (06:11 +0000)
commit5e686e71ba3b9fe87e78785816f129e8199ee46b
tree4ddf1d6b8c6b722abaace604242f4f668ba166d6
parent76e6d842ad45edb922f9ceefbc8505a1ca1e0556
CSPACE-84: Created a new source structure for all services.  Moved v0.1 CollectionObject service to this new structure.
26 files changed:
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.properties [new file with mode: 0644]
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.xml [new file with mode: 0644]
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/pom.xml [new file with mode: 0644]
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/META-INF/MANIFEST.MF [new file with mode: 0644]
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/core-types-contrib.xml [new file with mode: 0644]
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/deployment-fragment.xml [new file with mode: 0644]
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/ecm-types-contrib.xml [new file with mode: 0644]
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/layouts-contrib.xml [new file with mode: 0644]
services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/schemas/collectionobject.xsd [new file with mode: 0644]
services/collectionobject/jaxb/.classpath [new file with mode: 0644]
services/collectionobject/jaxb/.project [new file with mode: 0644]
services/collectionobject/jaxb/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/collectionobject/jaxb/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/collectionobject/jaxb/pom.xml [new file with mode: 0644]
services/collectionobject/jaxb/src/main/java/org/collectionspace/services/CollectionObjectJAXBSchema.java [new file with mode: 0644]
services/collectionobject/jaxb/src/main/java/org/collectionspace/services/CollectionObjectListItemJAXBSchema.java [new file with mode: 0644]
services/collectionobject/jaxb/src/main/resources/collectionobject.xsd [new file with mode: 0644]
services/collectionobject/src/main/java/org/collectionspace/services/CollectionObjectResource.java [new file with mode: 0644]
services/common/pom.xml [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/CollectionSpaceResource.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/nuxeo/NuxeoCallback.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/nuxeo/NuxeoCallbackHandler.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/nuxeo/NuxeoLoginConfiguration.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/nuxeo/NuxeoLoginContextFactory.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/nuxeo/NuxeoRESTClient.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/nuxeo/PortalSSOAuthenticationProvider.java [new file with mode: 0644]