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

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Sun Aug 3 00:50:17 UTC 2008


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

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

Name: Installer-Core-kph.217
Author: kph
Time: 3 August 2008, 1:49:53 am
UUID: e9d3480b-f9ec-458c-bdfe-4bae0c70fcae
Ancestors: Installer-Core-mtf.216

flush mc caches in unloadCleanUp

=============== Diff against Installer-Core-mtf.216 ===============

Item was changed:
  ----- Method: Installer>>unloadCleanUp (in category 'actions') -----
  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.
  	SmalltalkImage current fixObsoleteReferences.!

Item was changed:
  Object subclass: #Installer
  	instanceVariableNames: 'sm wsm mc ma url root command markers project package bug desc answers packages messagesToSuppress pageDataStream date universe afile sake'
+ 	classVariableNames: 'WebSearchPath SkipLoadingTests Fixes Sake Entities ValidationBlock InstallerBindings Remembered LastUniUpdate IsSetToTrapErrors'
- 	classVariableNames: 'Fixes InstallerBindings SkipLoadingTests Sake ValidationBlock Entities WebSearchPath Remembered IsSetToTrapErrors LastUniUpdate'
  	poolDictionaries: ''
  	category: 'Installer-Core'!
  
  !Installer commentStamp: 'kph 12/19/2007 14:42' prior: 0!
  Documentation now available at http://installer.pbwiki.com/Installer
   !



More information about the Packages mailing list