From de75cc10e7feed8d323ccc36ccd7dc94edf0c95a Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Thu, 23 Apr 2015 15:33:43 -0700 Subject: [PATCH] CSPACE-6527: Undeploy compiled .jasper report files. --- services/report/3rdparty/build.xml | 49 +++++++++++++------ .../nuxeo-platform-cs-report/build.xml | 7 +-- 2 files changed, 39 insertions(+), 17 deletions(-) diff --git a/services/report/3rdparty/build.xml b/services/report/3rdparty/build.xml index 83c710cce..1176252aa 100644 --- a/services/report/3rdparty/build.xml +++ b/services/report/3rdparty/build.xml @@ -107,34 +107,55 @@ - + - + + + + + + + + + + + + + + + + - - - + + - - + + description="Generate distribution for report" depends="package"> diff --git a/services/report/3rdparty/nuxeo-platform-cs-report/build.xml b/services/report/3rdparty/nuxeo-platform-cs-report/build.xml index 272cfda25..6bc50b1e8 100644 --- a/services/report/3rdparty/nuxeo-platform-cs-report/build.xml +++ b/services/report/3rdparty/nuxeo-platform-cs-report/build.xml @@ -120,14 +120,15 @@ - + + description="undeploy report doctypes from ${jee.server.nuxeo}"> -- 2.47.3