add /resources/resource*.properties to /etc/cloud/management

This commit is contained in:
anthony 2010-11-01 14:20:41 -07:00
parent 45f4499c14
commit ab8065e5f1
1 changed files with 2 additions and 0 deletions

View File

@ -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)