This class can upgrade all version and plugin-version tags in all plugin
manifest files, to the latest version specified in a text file (in Java
properties format). This class also handles updating the build number in the
specified file.
This class will only upgrade 'version' and 'plugin-version' tags that already
exist in the manifest files, so it won't add any to the manifest files.
This class tracks plug-in modification timestamp's and keep them together
with versions info in the given text file. The actual plug-in version will be
upgraded only if plug-in timestamp changes.
author: Jonathan Giles author: Dmitry Olshansky |