From 246298a2cdc722d4ea7343d664a4590c2e66b8ab Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Wed, 16 Feb 2011 02:29:09 +0000 Subject: [PATCH] CSPACE-3325: Writing to nuxeo.conf properties file once again requires Ant 1.8.0 or later, to preserve comments and file layout when editing. --- .../nuxeo/nuxeo-database-templates/build.xml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/3rdparty/nuxeo/nuxeo-database-templates/build.xml b/3rdparty/nuxeo/nuxeo-database-templates/build.xml index 6648fe1ae..e015286f8 100644 --- a/3rdparty/nuxeo/nuxeo-database-templates/build.xml +++ b/3rdparty/nuxeo/nuxeo-database-templates/build.xml @@ -17,8 +17,8 @@ - - + @@ -106,10 +106,21 @@ message="Nuxeo database templates directory ${collectionspace.template.dir.path} could not be found."/> - + + + + + + + + + + -- 2.47.3