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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Jun 29 02:43:04 UTC 2009


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

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

Name: Installer-Scripts-kph.15
Author: kph
Time: 29 June 2009, 3:42:59 am
UUID: 8eae7a77-6456-11de-a564-000a95edb42a
Ancestors: Installer-Scripts-kph.14

- two unused methods
- use MC 643

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

Item was changed:
  ----- Method: InstallerScripts class>>configMCVersion (in category 'as yet unclassified') -----
  configMCVersion
  
+ 	^ 'Monticello.impl-kph.643'
- 	^ 'Monticello.impl-kph.641'
  !

Item was removed:
- ----- Method: InstallerScripts class>>basicInstall (in category 'as yet unclassified') -----
- basicInstall
- 
- 	| selector |
- 	
- 	self options do: [ :ea | 
- 		selector := ea value asLegalSelector asSymbol.
- 		(self respondsTo: selector) ifTrue: [ ^ self perform: selector ]
- 	].
- 
- 	^ nil!

Item was removed:
- ----- Method: InstallerScripts class>>options (in category 'as yet unclassified') -----
- options
- 	
- 	Installer mantis ensureFix: '7308 SystemVersion product and majorMinorVersion'.
- 
- 	^ { 
- 	
- 	['script', self package, SystemVersion current version, 'for' ,  Utilities authorInitialsPerSe asUppercase].
- 	['script', self package, SystemVersion current version asString].
- 	['script', self package, SystemVersion current majorMinor].
- 	['script', self package, SystemVersion current product ].
- 	}!



More information about the Packages mailing list