]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-451 Have basics of the Vocabulary service working. Vocabulary Items still...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Wed, 7 Oct 2009 23:07:59 +0000 (23:07 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Wed, 7 Oct 2009 23:07:59 +0000 (23:07 +0000)
commitde4b69009c060f7e9f7a3920318f322352a7ab93
tree220b36e96b102a76aaa3b7d519ef7105f637ecd7
parent933d0ce2803492b996e1b786848c56811ef4e305
CSPACE-451 Have basics of the Vocabulary service working. Vocabulary Items still in progress, but I wanted to do an interim checkin.
34 files changed:
services/JaxRsServiceProvider/pom.xml
services/JaxRsServiceProvider/src/main/java/org/collectionspace/services/jaxrs/CollectionSpaceJaxRsApplication.java
services/build.xml
services/common/.classpath
services/common/src/main/config/tenant-bindings.xml
services/vocabulary/3rdparty/.classpath [new file with mode: 0644]
services/vocabulary/3rdparty/.project [new file with mode: 0644]
services/vocabulary/3rdparty/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/vocabulary/3rdparty/build.xml [new file with mode: 0644]
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/META-INF/MANIFEST.MF [new file with mode: 0644]
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/OSGI-INF/core-types-contrib.xml [new file with mode: 0644]
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/OSGI-INF/deployment-fragment.xml [new file with mode: 0644]
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/OSGI-INF/ecm-types-contrib.xml [new file with mode: 0644]
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/OSGI-INF/layouts-contrib.xml [new file with mode: 0644]
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/schemas/README.txt [new file with mode: 0644]
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/schemas/vocabularies-common.xsd [new file with mode: 0644]
services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/src/main/resources/schemas/vocabularyitems-common.xsd [new file with mode: 0644]
services/vocabulary/3rdparty/pom.xml [new file with mode: 0644]
services/vocabulary/client/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/vocabulary/client/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/vocabulary/client/src/main/java/org/collectionspace/services/client/VocabularyClient.java [new file with mode: 0644]
services/vocabulary/client/src/main/java/org/collectionspace/services/client/VocabularyProxy.java [new file with mode: 0644]
services/vocabulary/client/src/test/java/org/collectionspace/services/client/test/VocabularyServiceTest.java [new file with mode: 0644]
services/vocabulary/client/src/test/resources/log4j.properties [new file with mode: 0644]
services/vocabulary/jaxb/src/main/java/org/collectionspace/services/VocabularyItemJAXBSchema.java [new file with mode: 0644]
services/vocabulary/jaxb/src/main/java/org/collectionspace/services/VocabularyItemListItemJAXBSchema.java [new file with mode: 0644]
services/vocabulary/jaxb/src/main/java/org/collectionspace/services/VocabularyJAXBSchema.java [new file with mode: 0644]
services/vocabulary/jaxb/src/main/java/org/collectionspace/services/VocabularyListItemJAXBSchema.java [new file with mode: 0644]
services/vocabulary/jaxb/src/main/resources/vocabulary-common.xsd [new file with mode: 0644]
services/vocabulary/pom.xml
services/vocabulary/service/.classpath
services/vocabulary/service/pom.xml
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/VocabResource.java [deleted file]
services/vocabulary/service/src/main/java/org/collectionspace/services/vocabulary/VocabularyResource.java [new file with mode: 0644]