From: remillet Date: Thu, 29 Dec 2016 19:01:23 +0000 (-0800) Subject: NOJIRA: Adding verbose output to the create_db target. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=7cfd51468585c68085ee6e4a239a9255992b649d;p=tmp%2Fjakarta-migration.git NOJIRA: Adding verbose output to the create_db target. --- 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}