Skip navigation links

Package org.ka2ddo.yaac.upgrade.cleanup

This package supports doing any build-to-build cleanup (such as deleting obsolete files that no longer exist in the new build) during the upgrade.

See: Description

Package org.ka2ddo.yaac.upgrade.cleanup Description

This package supports doing any build-to-build cleanup (such as deleting obsolete files that no longer exist in the new build) during the upgrade. It is expected to change frequently as builds are released. Note that cleanup code introduced for any specific build should be kept around for several following builds, as there are no guarantee that users will upgrade every single time a new build comes out, or start with the latest build. Similarly, cleanup code should be idempotent, so that re-running it does not cause damage in those later builds.
Skip navigation links