From: Aron Roberts Date: Tue, 4 Dec 2012 04:05:47 +0000 (-0800) Subject: CSPACE-5753: Created a container module, in the services source code tree, for adding... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=3c5a1b5d1135c0eb228532038a10b050fbf1edbf;p=tmp%2Fjakarta-migration.git CSPACE-5753: Created a container module, in the services source code tree, for adding services modules that rely on Nuxeo event listeners. --- diff --git a/3rdparty/nuxeo/build.xml b/3rdparty/nuxeo/build.xml index c81dcae69..a5f114cb4 100644 --- a/3rdparty/nuxeo/build.xml +++ b/3rdparty/nuxeo/build.xml @@ -3,9 +3,9 @@ collectionspace nuxeo - + - + @@ -130,6 +130,7 @@ + @@ -141,6 +142,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/3rdparty/nuxeo/nuxeo-platform-listener/pom.xml b/3rdparty/nuxeo/nuxeo-platform-listener/pom.xml new file mode 100644 index 000000000..84b6768a8 --- /dev/null +++ b/3rdparty/nuxeo/nuxeo-platform-listener/pom.xml @@ -0,0 +1,40 @@ + + + + + org.collectionspace.services + org.collectionspace.services.3rdparty.nuxeo + 3.2-SNAPSHOT + + + 4.0.0 + org.collectionspace.services.3rdparty.nuxeo.listener + pom + services.3rdparty.nuxeo.listener + + + + + + + + org.osgi + org.osgi.core + 4.1.0 + + + org.nuxeo.ecm.core + nuxeo-core-storage-sql + ${nuxeo.core.version} + + + org.nuxeo.ecm.platform + nuxeo-platform-filemanager-api + ${nuxeo.platform.version} + + + + \ No newline at end of file diff --git a/3rdparty/nuxeo/pom.xml b/3rdparty/nuxeo/pom.xml index 30b88331d..1aee7abe7 100644 --- a/3rdparty/nuxeo/pom.xml +++ b/3rdparty/nuxeo/pom.xml @@ -1,5 +1,6 @@ - + org.collectionspace.services @@ -14,6 +15,7 @@ nuxeo-platform-collectionspace + nuxeo-platform-listener nuxeo-platform-quote-api nuxeo-platform-quote nuxeo-platform-thumbnail