...
Includes and excludes can be defined as filesets, but no file name mappers can be used.
$INSTALL_PATH
is treated as the base path for include/exclude patterns with relative paths.
...
Code Block | ||||
---|---|---|---|---|
| ||||
<updatecheck>
<include name="lib/**" />
<exclude name="config/local/**" />
</updatecheck> |
This causes files in $INSTALL_PATH/lib
to be deleted and files in the $INSTALL_PATH/
config
sub-folder to be retained.
...