[Pkg] Installer: Installer-Core-mtf.250.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Oct 25 21:56:21 UTC 2008


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

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

Name: Installer-Core-mtf.250
Author: mtf
Time: 25 October 2008, 2:56:16 pm
UUID: 5f8db9d3-8e71-4051-a58a-13c6bd0f5b26
Ancestors: Installer-Core-mtf.249

made a classMCRepositoryGroup for consistency

=============== Diff against Installer-Core-mtf.249 ===============

Item was added:
+ ----- Method: InstallerMonticello>>classMCRepositoryGroup (in category 'class references') -----
+ classMCRepositoryGroup
+ 
+ 	^Smalltalk at: #MCRepositoryGroup ifAbsent: [ self error: 'Monticello not present' ]
+ 	!

Item was changed:
  ----- Method: InstallerMonticello>>normalizedRepository (in category 'monticello') -----
  normalizedRepository
  "Find an existing instance of the active repository so that we use whatever name and password the user usually uses. If not found, answer a copy"
  
+ 	self classMCRepositoryGroup default repositoriesDo: [:ea |
- 	MCRepositoryGroup default repositoriesDo: [:ea |
  		mc = ea ifTrue: [^ ea]].
  	^ mc copy!



More information about the Packages mailing list