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

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Fri May 23 05:46:35 UTC 2008


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

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

Name: Installer-Core-kph.195
Author: kph
Time: 23 May 2008, 6:46:12 am
UUID: 169184e8-e105-46af-8f60-c7ba16c58970
Ancestors: Installer-Core-kph.193, Installer-Core-kph.194

merged

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

Item was added:
+ ----- Method: Installer>>installQuietly (in category 'accessing') -----
+ installQuietly 
+ 
+   	[ self install ] on: Warning do: [ :ex | ex resume: true ].!

Item was changed:
  ----- Method: Installer>>installQuietly: (in category 'accessing') -----
  installQuietly: packageNameCollectionOrDetectBlock
  
  	self package: packageNameCollectionOrDetectBlock.
+  	self installQuietly.!
-  	[ self install ] on: Warning do: [ :ex | ex resume: true ].!



More information about the Packages mailing list