[Pkg] Installer: Installer-Core-mtf.212.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Wed Jul 23 19:03:45 UTC 2008


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

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

Name: Installer-Core-mtf.212
Author: mtf
Time: 23 July 2008, 12:01:51 pm
UUID: e61565a0-8fbc-487c-bd70-81d7797897e1
Ancestors: Installer-Core-kph.211

fixed a bug: ChangeSet class >> named: does not exist

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

Item was changed:
  ----- Method: Installer>>ditchOldChangeSetFor: (in category 'utils') -----
  ditchOldChangeSetFor: aFileName 
  
  	| changeSetName |
   	changeSetName := (self validChangeSetName: aFileName) sansPeriodSuffix.
  	(self changeSetNamed: changeSetName)
+ 		ifNotNilDo: [:changeSet |
- 		ifNotNil: [  	
  				(self logCR:'Removing old change set ', changeSetName) cr.
+ 				self  removeChangeSet: changeSet ].!
- 				self  removeChangeSet: (self classChangeSet named: changeSetName) ].!

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