VIVO-234 Ignore a runtime.properties file in the distribution directory
This commit is contained in:
parent
914bb18278
commit
6b3d9a28c7
1 changed files with 514 additions and 522 deletions
|
@ -188,14 +188,6 @@
|
||||||
<!-- 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 todir="${main.resources.dir}" file="${build.properties.file}" />
|
||||||
|
|
||||||
<!-- If there is a runtime.properties file in the same directory as build.properties, copy that too. -->
|
|
||||||
<dirname file="${build.properties.file}" property="runtime.properties.dir"/>
|
|
||||||
<copy todir="${main.resources.dir}" >
|
|
||||||
<fileset dir="${runtime.properties.dir}" >
|
|
||||||
<filename name="runtime.properties" />
|
|
||||||
</fileset>
|
|
||||||
</copy>
|
|
||||||
|
|
||||||
<!-- copy any xml files from source tree to the war directory -->
|
<!-- copy any xml files from source tree to the war directory -->
|
||||||
<copy todir="${main.compiled.dir}">
|
<copy todir="${main.compiled.dir}">
|
||||||
<fileset dir="${appbase.dir}/src" includes="**/*.xml" />
|
<fileset dir="${appbase.dir}/src" includes="**/*.xml" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue