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 applicationsapplication.

Example::

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

...