From 7cfd51468585c68085ee6e4a239a9255992b649d Mon Sep 17 00:00:00 2001 From: remillet Date: Thu, 29 Dec 2016 11:01:23 -0800 Subject: [PATCH] NOJIRA: Adding verbose output to the create_db target. --- build.xml | 1 + services/authentication/pstore/build.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 24a7d90cc..6083eeec3 100644 --- a/build.xml +++ b/build.xml @@ -262,6 +262,7 @@ + Creating the cspace database with credentials ${db.cspace.user}:${db.cspace.user.password} diff --git a/services/authentication/pstore/build.xml b/services/authentication/pstore/build.xml index c7c28167f..44c6a13f6 100644 --- a/services/authentication/pstore/build.xml +++ b/services/authentication/pstore/build.xml @@ -151,7 +151,7 @@ - Creating the cspace database with credentials ${db.cspace.user}:${db.cspace.user.password} + Creating users table in the cspace database using credentials ${db.cspace.user}:${db.cspace.user.password}