[Pkg] Installer: Installer-Core-damiencassou.285.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Thu Jan 15 17:31:44 UTC 2009


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

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

Name: Installer-Core-damiencassou.285
Author: damiencassou
Time: 15 January 2009, 6:31:41 pm
UUID: 1ca8eb5b-c281-4320-9bbf-3e1a4a170fbf
Ancestors: Installer-Core-kph.284

- When loading a monticello package, add the repository to the monticello browser

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

Item was changed:
  ----- Method: InstallerMonticello>>basicInstall (in category 'basic interface') -----
  basicInstall
  	 
  	self withAnswersDo: [ self mcThing load ].
+ 	self addRepository.
  	self logCR: 'loaded'.
  !

Item was added:
+ ----- Method: InstallerMonticello>>addRepository (in category 'public interface') -----
+ addRepository
+ 	Smalltalk at: #MCRepositoryGroup ifPresent: [ :group |
+ 			group default 
+ 				addRepository: (MCHttpRepository
+ 					location: self mcUrl asString 
+ 					user: ''
+ 					password: '') ].!



More information about the Packages mailing list