]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-210: Checking in a buildable set of sources for the Intake service. This...
authorRichard Millet <richard.millet@berkeley.edu>
Tue, 30 Jun 2009 02:42:22 +0000 (02:42 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Tue, 30 Jun 2009 02:42:22 +0000 (02:42 +0000)
commit5918a8bf9cf10ee7daf2d6f2e0eff91cc59d4899
tree51564d56db51eba2e3f3836cc8e61c9d07b04f79
parentd3cd2a2d68fb72ceca842626b14ce2f61ecd7484
CSPACE-210: Checking in a buildable set of sources for the Intake service.  This set of sources is not retrofitted for Nuxeo Java API.
51 files changed:
services/intake/.classpath [new file with mode: 0644]
services/intake/.project [new file with mode: 0644]
services/intake/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/intake/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/intake/3rdparty/.classpath [new file with mode: 0644]
services/intake/3rdparty/.project [new file with mode: 0644]
services/intake/3rdparty/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/intake/3rdparty/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/intake/3rdparty/nuxeo-platform-cs-intake/.classpath [new file with mode: 0644]
services/intake/3rdparty/nuxeo-platform-cs-intake/.project [new file with mode: 0644]
services/intake/3rdparty/nuxeo-platform-cs-intake/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/intake/3rdparty/nuxeo-platform-cs-intake/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/intake/3rdparty/nuxeo-platform-cs-intake/build.properties [new file with mode: 0644]
services/intake/3rdparty/nuxeo-platform-cs-intake/build.xml [new file with mode: 0644]
services/intake/3rdparty/nuxeo-platform-cs-intake/pom.xml [new file with mode: 0644]
services/intake/3rdparty/nuxeo-platform-cs-intake/src/main/resources/META-INF/MANIFEST.MF [new file with mode: 0644]
services/intake/3rdparty/nuxeo-platform-cs-intake/src/main/resources/OSGI-INF/core-types-contrib.xml [new file with mode: 0644]
services/intake/3rdparty/nuxeo-platform-cs-intake/src/main/resources/OSGI-INF/deployment-fragment.xml [new file with mode: 0644]
services/intake/3rdparty/nuxeo-platform-cs-intake/src/main/resources/OSGI-INF/ecm-types-contrib.xml [new file with mode: 0644]
services/intake/3rdparty/nuxeo-platform-cs-intake/src/main/resources/OSGI-INF/layouts-contrib.xml [new file with mode: 0644]
services/intake/3rdparty/nuxeo-platform-cs-intake/src/main/resources/schemas/intake.xsd [new file with mode: 0644]
services/intake/3rdparty/pom.xml [new file with mode: 0644]
services/intake/client/.classpath [new file with mode: 0644]
services/intake/client/.project [new file with mode: 0644]
services/intake/client/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/intake/client/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/intake/client/pom.xml [new file with mode: 0644]
services/intake/client/src/main/java/org/collectionspace/services/client/IntakeClient.java [new file with mode: 0644]
services/intake/client/src/main/java/org/collectionspace/services/client/IntakeProxy.java [new file with mode: 0644]
services/intake/client/src/test/java/org/collectionspace/services/client/test/IntakeServiceTest.java [new file with mode: 0644]
services/intake/client/src/test/resources/log4j.xml [new file with mode: 0644]
services/intake/client/temp-testng-customsuite.xml [new file with mode: 0644]
services/intake/jaxb/.classpath [new file with mode: 0644]
services/intake/jaxb/.project [new file with mode: 0644]
services/intake/jaxb/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/intake/jaxb/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/intake/jaxb/pom.xml [new file with mode: 0644]
services/intake/jaxb/src/main/java/org/collectionspace/services/IntakeJAXBSchema.java [new file with mode: 0644]
services/intake/jaxb/src/main/java/org/collectionspace/services/IntakeListItemJAXBSchema.java [new file with mode: 0644]
services/intake/jaxb/src/main/resources/intake.xsd [new file with mode: 0644]
services/intake/pom.xml [new file with mode: 0644]
services/intake/service/.classpath [new file with mode: 0644]
services/intake/service/.project [new file with mode: 0644]
services/intake/service/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
services/intake/service/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
services/intake/service/pom.xml [new file with mode: 0644]
services/intake/service/src/main/java/org/collectionspace/services/IntakeResource.java [new file with mode: 0644]
services/intake/service/src/main/java/org/collectionspace/services/IntakeService.java [new file with mode: 0644]
services/intake/service/src/main/java/org/collectionspace/services/IntakeServiceNuxeoImpl.java [new file with mode: 0644]
services/intake/service/src/test/java/org/collectionspace/services/test/IntakeServiceTest.java [new file with mode: 0644]
services/intake/service/src/test/resources/log4j.xml [new file with mode: 0644]