Apply @{var} replacement to file paths as well

This commit is contained in:
Reinhard Pointner 2018-07-27 14:09:45 +07:00
parent 6139ece8a9
commit 107e171318
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@
<propertyref builtin="all" />
</propertyset>
</filterset>
<filtermapper>
<replacetokens begintoken="@{" endtoken="}" propertiesResource="app.properties" />
</filtermapper>
</copy>
</sequential>
</macrodef>