Copy build.properties correctly into WEB-INF/resources.
Users may override with ant -Dbuild.properties.file=my.silly.name, but when it gets copied into WEB-INF/resources, it must be called build.properties
This commit is contained in:
parent
d65cc2b106
commit
b2c3ebca42
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
<!-- Copy the build.properties file to the resources directory. -->
|
<!-- Copy the build.properties file to the resources directory. -->
|
||||||
<copy todir="${main.resources.dir}" file="${build.properties.file}" />
|
<copy tofile="${main.resources.dir}/build.properties" file="${build.properties.file}" />
|
||||||
|
|
||||||
|
|
||||||
<!-- copy any xml files from source tree to the war directory -->
|
<!-- copy any xml files from source tree to the war directory -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue