From cb3d03110fe7d75a14acbd1276e700ac2998068c Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Mon, 12 Aug 2013 13:22:59 -0700 Subject: [PATCH] CSPACE-6142: Undeploy new-style Nuxeo doctype and schema JARs, along with legacy JARs, via 'ant undeploy'. This is a protoype of the new undeploy pattern, initially in the Work authority module. --- .../3rdparty/nuxeo-platform-cs-work/build.xml | 27 ++++++++++++++----- 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/services/work/3rdparty/nuxeo-platform-cs-work/build.xml b/services/work/3rdparty/nuxeo-platform-cs-work/build.xml index f80d20afa..58bdadb07 100644 --- a/services/work/3rdparty/nuxeo-platform-cs-work/build.xml +++ b/services/work/3rdparty/nuxeo-platform-cs-work/build.xml @@ -1,4 +1,3 @@ - work nuxeo document type @@ -12,7 +11,13 @@ - + + + + @@ -114,19 +119,29 @@ + + todir="${jee.deploy.nuxeo.plugins}"/> + + + + + + + + - + - + - + -- 2.47.3