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

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Tue Jun 3 02:21:31 UTC 2008


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

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

Name: Packages-Common-kph.15
Author: kph
Time: 3 June 2008, 3:21:29 am
UUID: d9cee526-13a0-4105-8a68-c5a7265827bf
Ancestors: Packages-Common-kph.14

fix to sm loader unload

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

Item was changed:
  ----- Method: PackagesAllVersions>>SqueakMap2loader (in category 'Group Development') -----
  SqueakMap2loader
  
  	self name: 'SqueakMap2 loader'.
  	self version: '1.86+'.
  
  	info category: 'Group Development'.
  	info description: 
  'This is the graphical tool called the "SqueakMap Package Loader" that can be opened from the World open... menu. This tool is a UI for the local instance of SMSqueakMap that can be accessed with "SMSqueakMap default".
  
  In the loader you can browse the map and see packages and package releases and also install them into the image. '.
  	info maintainer: 'goran'.
  	info homepage: 'http://map.squeak.org'.
  	
  	info url: 'http://squeak.krampe.se/SMLoader-btr.55.mcz'.
  	self provides: #().
  
  	self dependsOn: #(  'SqueakMap2 base' ).
  
  	self load: [
  		Installer wsm install: 'SqueakMap2 loader'.
  	].
  
  	self unloadDependsOn: { self taskUnloadDependants }.
  	self unload: [
  		Smalltalk at: #SMLoader ifPresent: [ :c | c unload ].
+ 		Flaps reinstateDefaultFlaps.
- 		Flaps replaceToolsFlap.
  		Installer mc unload: 'SMLoader'.
  	].!



More information about the Packages mailing list