PackageDescription: Aragon - Community Edition(Bundle)
Aragon - Community EditionLast published: June 4, 2010 by 'niallr'
This bundle contains only those Aragon parcels that are actively maintained by the VW community.
See the copyright notices in the comments of the individual packages.
Aragon.Widgets installs Smalltalk namespace references to Aragon widget specs on loading. Before saving a new version of this as bundle (or parcel), execute
Aragon.AragonSpecsInstaller uninstallWidgetSpecs
If you plan to continue using the image from which you saved, execute
Aragon.AragonSpecsInstaller installWidgetSpecs
after saving. (The pre-unload block of Aragon.Widgets calls #uninstallWidgetSpecs but arguably this is needless, as specific classes' #obsolete calls do the same thing; it may improve unloadings robustness.)