[Pkg] The Trunk: Installer-Core-fbs.373.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jul 25 07:32:09 UTC 2013


Frank Shearar uploaded a new version of Installer-Core to project The Trunk:
http://source.squeak.org/trunk/Installer-Core-fbs.373.mcz

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

Name: Installer-Core-fbs.373
Author: fbs
Time: 25 July 2013, 8:31:56.117 am
UUID: 1bdb5287-25c3-be46-9697-94602ec3c251
Ancestors: Installer-Core-fbs.372

SmalltalkImage current -> Smalltalk.

=============== Diff against Installer-Core-fbs.372 ===============

Item was changed:
  ----- Method: InstallerCruft class>>smalltalkImage (in category 'accessing system') -----
  smalltalkImage
+ 	^ Smalltalk!
- 
- 	^ SmalltalkImage current!

Item was changed:
  ----- Method: InstallerMonticello>>unloadCleanUp (in category 'public interface') -----
  unloadCleanUp
   
  	SystemOrganization removeEmptyCategories.
  
  	"Until Mantis 5718 is addressed"
   	Smalltalk at: #PackagePaneBrowser ifPresent: [ :ppbClass | ppbClass allInstancesDo: [ :ppb | ppb updatePackages ]  ].
   	Smalltalk at: #Browser ifPresent: [ :bClass | bClass allInstancesDo: [ :b | b updateSystemCategories ] ].
  	MCFileBasedRepository freeSomeSpace.
+ 	Smalltalk fixObsoleteReferences.!
- 	SmalltalkImage current fixObsoleteReferences.!



More information about the Packages mailing list