Package org.ka2ddo.yaac.upgrade.cleanup


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. 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.
  • Classes
    Class
    Description
    This upgrade cleaner deletes versions of the jssc.jar file that were created prior to the release of YAAC 1.0beta157.
    This class removes obsolete versions of Apache libraries used by core YAAC and by some plugins.
    This upgrade cleaner deletes versions of the sslaprsisplugin.jar file that were created prior to the release of YAAC 1.0-beta45.
    This class defines the basic framework of an upgrade cleaner.