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

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Mon Jun 30 16:17:29 UTC 2008


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

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

Name: Installer-Core-kph.205
Author: kph
Time: 30 June 2008, 5:17:24 pm
UUID: 6cb579b7-d261-4ede-815f-b787114ddec5
Ancestors: Installer-Core-kph.204

added #sakeToUse:

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

Item was added:
+ ----- Method: Installer class>>setSakeToUse: (in category 'instanciation') -----
+ setSakeToUse: aClass
+ 
+ 	Sake := aClass!

Item was changed:
  ----- Method: Installer class>>sake (in category 'instanciation') -----
  sake
  
+ 	^ self sake: (Sake ifNil: [ self classPackages current ])!
- 	^ self sake: self classPackages current!

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: 'Remembered SkipLoadingTests IsSetToTrapErrors Entities Fixes WebSearchPath ValidationBlock LastUniUpdate InstallerBindings'
  	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