Commit 662254c6 authored by Guus der Kinderen's avatar Guus der Kinderen

OF-930: When a directory is defined by property, that should be used instead...

OF-930: When a directory is defined by property, that should be used instead of a relative reference.
parent e1ba82d9
...@@ -641,7 +641,7 @@ ...@@ -641,7 +641,7 @@
<equals arg1="${overlay.conf.found}" arg2="true"/> <equals arg1="${overlay.conf.found}" arg2="true"/>
<then> <then>
<copy todir="${target.openfireHome}" overwrite="true"> <copy todir="${target.openfireHome}" overwrite="true">
<fileset dir="${overlay.dir}" includes="conf/**/*.*"/> <fileset dir="${overlay.conf.dir}" includes="**/*"/>
</copy> </copy>
</then> </then>
<else><echo>No custom config here </echo></else> <else><echo>No custom config here </echo></else>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment