Copy the commands.properties file to utils/conf at build time, so that DB upgrade script can refer to it to load the api permissions

This commit is contained in:
Prachi Damle 2013-09-19 16:42:04 -07:00
parent 3333a04c40
commit 7b4998fcd8
1 changed files with 6 additions and 0 deletions

View File

@ -468,6 +468,12 @@
<exclude name="*.in" />
</fileset>
</copy>
<copy overwrite="true" todir="${basedir}/../utils/conf/">
<fileset dir="${basedir}/tomcatconf">
<include name="commands.properties.in" />
</fileset>
<globmapper from="*.in" to="*" />
</copy>
</target>
</configuration>
</execution>