[Pkg] Installer: Installer-Scripts-kph.6.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Feb 24 18:49:18 UTC 2009


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

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

Name: Installer-Scripts-kph.6
Author: kph
Time: 24 February 2009, 6:49:13 pm
UUID: d495a25f-02a3-11de-a647-000a95edb42a
Ancestors: Installer-Scripts-kph.5

fixed levelPlayingFieldUpdateSqueakMap

=============== Diff against Installer-Scripts-kph.5 ===============

Item was changed:
  ----- Method: InstallerScripts>>scriptLevelPlayingFieldUpdateSqueakMap (in category 'as yet unclassified') -----
  scriptLevelPlayingFieldUpdateSqueakMap
   
  	(Smalltalk classNamed: #SMSqueakMap) ifNil: [ ^ self ].
  
  	self logCR: 'Postscript: Squeakmap Update '.
  
  	Installer wsm addPackage: 'SqueakMap2 base'; bootstrap; install.
+ 	Installer wsm addPackage: 'SqueakMap2 loader'; bootstrap; install.
+ 	Installer wsm addPackage: 'SqueakMap2 base'; install.  
- 	Installer wsm addPackage: 'SqueakMap2 base'; bootstrap; install.
- 	Installer wsm addPackage: 'SqueakMap2 loader'; install.  
  	Installer wsm addPackage: 'SqueakMap2 loader'; install.  !



More information about the Packages mailing list