From 072478e077ef8f4da6ca13801cf5e628164cdd28 Mon Sep 17 00:00:00 2001 From: Patrick Schmitz Date: Wed, 20 Jul 2011 21:40:15 +0000 Subject: [PATCH] CSPACE-4247 - Fixed missing parameterization of credentials in nuxeo.conf. Removed build script elsewhere that did equivalent work, but only if ant 1.8 or later was installed. --- 3rdparty/nuxeo/nuxeo-database-templates/build.xml | 6 ++++-- build.xml | 2 ++ src/main/resources/config/nuxeo.conf | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/3rdparty/nuxeo/nuxeo-database-templates/build.xml b/3rdparty/nuxeo/nuxeo-database-templates/build.xml index f2a1e73b4..91e1d9c4b 100644 --- a/3rdparty/nuxeo/nuxeo-database-templates/build.xml +++ b/3rdparty/nuxeo/nuxeo-database-templates/build.xml @@ -26,7 +26,7 @@ + depends="deploy-templates-dir"> + @@ -49,6 +50,7 @@ + --> diff --git a/build.xml b/build.xml index 27b8caa39..aba8309d0 100644 --- a/build.xml +++ b/build.xml @@ -269,6 +269,8 @@ + + diff --git a/src/main/resources/config/nuxeo.conf b/src/main/resources/config/nuxeo.conf index 877729bd3..315fd5971 100644 --- a/src/main/resources/config/nuxeo.conf +++ b/src/main/resources/config/nuxeo.conf @@ -37,8 +37,8 @@ nuxeo.templates=collectionspace_@DB@ # Database configuration #nuxeo.db.name= -nuxeo.db.user=nuxeo -nuxeo.db.password=nuxpw +nuxeo.db.user=@NUXEO_USER@ +nuxeo.db.password=@NUXEO_PW@ #nuxeo.db.host= #nuxeo.db.port= #nuxeo.db.min-pool-size= -- 2.47.3