[Pkg] Installer: Installer-Core-kph.313.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Wed Mar 4 13:46:30 UTC 2009


A new version of Installer-Core was added to project Installer:
http://www.squeaksource.com/Installer/Installer-Core-kph.313.mcz

==================== Summary ====================

Name: Installer-Core-kph.313
Author: kph
Time: 4 March 2009, 1:46:26 pm
UUID: ff56b58b-09be-4521-9c6f-6671b82f9314
Ancestors: Installer-Core-kph.312

Added upgradable upgrade. i.e. upgrade continues after the core has been upgraded to call #privateUpgradeTheRest.

This allows the package structure of Installer to change seamlessly

=============== Diff against Installer-Core-kph.312 ===============

Item was changed:
  ----- Method: Installer class>>upgrade (in category 'instanciation') -----
  upgrade
  
  	Installer ss project: 'Installer'; 
+ 		installQuietly: 'Installer-Core'.
+ 			 
+ 	self privateUpgradeTheRest.
+ 	
- 		installQuietly: 'Installer-Core';
- 		installQuietly: 'Installer-Scripts';
- 		installQuietly: 'Installer-Formats'..
- 		
  	^ self!

Item was added:
+ ----- Method: Installer class>>privateUpgradeTheRest (in category 'instanciation') -----
+ privateUpgradeTheRest
+ 
+ 	Installer ss project: 'Installer'; 
+ 		installQuietly: 'Installer-Scripts';
+ 		installQuietly: 'Installer-Formats'..
+ 		
+ 	^ self!



More information about the Packages mailing list