From f05b2c4485d2929ca49eb4482bea72ad14ecac52 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Mon, 12 Aug 2013 19:19:14 -0700 Subject: [PATCH] CSPACE-6142: When undeploying current and legacy Nuxeo doctype JARs, account for naming variations in the CollectionObject lifesci schema extension and the Vocabulary service. --- .../build.xml | 32 +++++++++++++------ .../nuxeo-platform-cs-vocabulary/build.xml | 6 ++-- 2 files changed, 27 insertions(+), 11 deletions(-) diff --git a/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-lifesci/build.xml b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-lifesci/build.xml index 9c5e38dd9..c85a19c9f 100644 --- a/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-lifesci/build.xml +++ b/services/collectionobject/3rdparty/nuxeo-platform-collectionobject-lifesci/build.xml @@ -13,14 +13,16 @@ - + + - - + + + @@ -126,15 +128,27 @@ description="deploy collectionobject doctype in ${jee.server.nuxeo}"> - + + - + + + + + + + + + + + @@ -142,14 +156,14 @@ - + - + diff --git a/services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/build.xml b/services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/build.xml index fd2d3cf11..00654c46e 100644 --- a/services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/build.xml +++ b/services/vocabulary/3rdparty/nuxeo-platform-cs-vocabulary/build.xml @@ -11,10 +11,12 @@ + + + value="collectionspace.vocabularyitem.doctype*.jar"/> + value="collectionspace.vocabularyitem.schema*_common.jar"/> -- 2.47.3