[Pkg] Installer: Installer-Core-kph.258.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Dec 8 01:04:47 UTC 2008


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

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

Name: Installer-Core-kph.258
Author: kph
Time: 8 December 2008, 1:04:44 am
UUID: 356f4421-11bd-4ba2-bf6b-fb6cfaed0193
Ancestors: Installer-Core-kph.257

Enable the following

a := Installer ss project: 'MyProject'; install: 'MyPackage'.

a install.
a unload.

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

Item was changed:
  ----- Method: InstallerMonticello>>unload: (in category 'public interface') -----
  unload: match 
  
+ 	self addPackage: match.
+ 	self unload.!
- 	(MCWorkingCopy allManagers select: [ :wc | match match: (wc package name) ])
- 		 do: [ :wc | 
-  			 	self logCR: 'Unloading ', wc package asString.
-  				wc unload.].
- 	self unloadCleanUp!

Item was added:
+ ----- Method: InstallerMonticello>>unload (in category 'public interface') -----
+ unload 
+ 
+ 	(MCWorkingCopy allManagers select: [ :wc | self package match: (wc package name) ])
+ 		 do: [ :wc | 
+  			 	self logCR: 'Unloading ', wc package asString.
+  				wc unload.].
+ 	self unloadCleanUp!



More information about the Packages mailing list