[Pkg] Packages: Packages-Common-kph.10.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Fri May 30 18:22:41 UTC 2008


A new version of Packages-Common was added to project Packages:
http://www.squeaksource.com/Packages/Packages-Common-kph.10.mcz

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

Name: Packages-Common-kph.10
Author: kph
Time: 30 May 2008, 7:22:39 pm
UUID: f1f6372d-2bf1-4435-9f53-78bea1d711bd
Ancestors: Packages-Common-kph.9

When removing SMBase recategorize this method so it is not removed.

SystemVersion organization classify: #majorMinorVersion under: 'accessing'. 


=============== Diff against Packages-Common-kph.9 ===============

Item was changed:
  ----- Method: PackagesAllVersions>>SqueakMap2base (in category 'Group Development') -----
  SqueakMap2base
  
  	self name: 'SqueakMap2base'.
  	self version: '1.86+'.
  
  	info category: 'Group Development'.
  	info description: 
  'The new SqueakMap with lots of good stuff. :)'.
  	info maintainer: 'goran'.
  	info homepage: 'http://map.squeak.org'.
  	
  	info url: 'http://squeak.krampe.se/SMBase-dew.86.mcz'.
  	self provides: #().
  
  	self dependsOn: #( ).
  
  	self load: [
  		Installer wsm install: 'SqueakMap2 base'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
+ 		"reclassify this method so that it is not removed - Installer uses it"
+ 		SystemVersion organization classify: #majorMinorVersion under: 'accessing'. 
  		Installer mc unload: 'SMBase'.
  	].!



More information about the Packages mailing list