Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Be careful with this facility to not delete 3rd-party files coming from other installations, for instance plugins to a base application.

Example:

Code Block
languagexml
title<updatecheck> Example
<updatecheck>

...

  <include name="lib/**"

...

 />
  <exclude 

...

name="config/local/** />
</updatecheck>

...

$INSTALL_PATH is treated as the base path for include/exclude patterns with relative paths.