Versions Compared

Key

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

...

Each pack can now specify an <updatecheck> tag. Includes and excludes can be defined as filesets, but no file name mappers can be used. If no include or exclude pattern is given all files are deleted in $INSTALL_Path on the target system, which were not part of the setup.

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

Example::

Code Block
xml
xml
<updatecheck>
  <include name="lib/**" />
  <exclude name="config/local/** />
</updatecheck>

...