From 09934ddcee61e325143cdaf2515c244fbcf913ef Mon Sep 17 00:00:00 2001 From: remillet Date: Fri, 24 Jun 2016 13:52:09 -0700 Subject: [PATCH] CSPACE-6964: Resolved issue where the Ant target 'create_db' would not first remove the previously created databases. --- build.xml | 12 +- services/account/pstore/build.xml | 4 +- services/authorization/pstore/build.xml | 2 +- .../services/common/ServiceMain.java | 156 ++++++++++-------- services/report/3rdparty/build.xml | 9 +- 5 files changed, 105 insertions(+), 78 deletions(-) diff --git a/build.xml b/build.xml index ecfffb7fc..0a126777d 100644 --- a/build.xml +++ b/build.xml @@ -284,6 +284,12 @@ + + + + + + @@ -312,8 +318,12 @@ - + + + + + diff --git a/services/account/pstore/build.xml b/services/account/pstore/build.xml index 04588bc42..cf8313e84 100644 --- a/services/account/pstore/build.xml +++ b/services/account/pstore/build.xml @@ -162,7 +162,7 @@ - - + - + + + @@ -149,7 +154,7 @@ --> - -- 2.47.3