Netcentric / vault-upgrade-hook

Jackrabbit FileVault Install Hook to perform additional actions during package installation
Eclipse Public License 1.0
19 stars 13 forks source link

Support runmode specific execution #39

Closed buuhuu closed 5 years ago

buuhuu commented 5 years ago

This changeset extends the UpdateInfo with a multi value string field for runmodes. If they are specified the update actions of that particular UpdateInfo will only executed when running with all of the specified runmodes. If nothing is specified the actions will be executed on all runmodes.

Resolves #38