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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Mar 30 00:44:47 UTC 2009


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

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

Name: Installer-Scripts-kph.14
Author: kph
Time: 30 March 2009, 1:44:45 am
UUID: 56176c87-baee-491a-bdf5-a2473caa0e95
Ancestors: Installer-Scripts-kph.12

API change #bootstrap is now #fileInSource.



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

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'; fileInSource; install.
+ 	Installer wsm addPackage: 'SqueakMap2 loader'; fileInSource; install.
- 	Installer wsm addPackage: 'SqueakMap2 base'; bootstrap; install.
- 	Installer wsm addPackage: 'SqueakMap2 loader'; bootstrap; install.
  	Installer wsm addPackage: 'SqueakMap2 base'; install.  
  	Installer wsm addPackage: 'SqueakMap2 loader'; install.  !

Item was changed:
  ----- Method: InstallerScripts>>scriptUpgradeMonticelloBootstrap (in category 'as yet unclassified') -----
  scriptUpgradeMonticelloBootstrap
  
+ 	(Installer url: 'http://www.squeaksource.com/mc/PackageInfo-Base') fileInSource.
+ 	(Installer url: 'http://www.squeaksource.com/mc/System-PasswordManager') fileInSource.
+ 	(Installer url: 'http://www.squeaksource.com/mc/', self class configMCVersion,'.mcz') fileInSource.
- 	(Installer url: 'http://www.squeaksource.com/mc/PackageInfo-Base') bootstrap.
- 	(Installer url: 'http://www.squeaksource.com/mc/', self class configMCVersion,'.mcz') bootstrap.
  
  !

Item was changed:
  ----- Method: InstallerScripts>>scriptUpgradeMonticello (in category 'as yet unclassified') -----
  scriptUpgradeMonticello
  
  	Installer ss project:'mc';
  		installQuietly: self class configMCVersion;
+ 		installQuietly: 'System-PasswordManager';
  		installQuietly: 'PackageInfo-Base'.
  !



More information about the Packages mailing list