From ab8065e5f18aed423b12b86a93a172af26b824d8 Mon Sep 17 00:00:00 2001 From: anthony Date: Mon, 1 Nov 2010 14:20:41 -0700 Subject: [PATCH] add /resources/resource*.properties to /etc/cloud/management --- client/wscript_build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/wscript_build b/client/wscript_build index 3c153257032..e6955c6a1bc 100644 --- a/client/wscript_build +++ b/client/wscript_build @@ -5,6 +5,8 @@ bld.install_files('${MSENVIRON}/webapps/client/WEB-INF', start_path.ant_glob("**",src=True,bld=False,dir=False,flat=True), cwd=start_path,relative_trick=True) +bld.install_files("${MSCONF}",'WEB-INF/classes/resources/*.properties',chmod=0640) + if not Options.options.PRESERVECONFIG: bld.install_files_filtered("${MSCONF}","tomcatconf/*") bld.install_files("${MSCONF}",'tomcatconf/db.properties',chmod=0640)