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

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Tue Jul 1 01:50:23 UTC 2008


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

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

Name: Installer-Core-mtf.206
Author: mtf
Time: 30 June 2008, 6:50:17 pm
UUID: 82c66f70-1d10-47b2-8bf4-e8fa897ed43c
Ancestors: Installer-Core-kph.205, Installer-Core-mtf.205

merged Installer cache with keith's fixes again

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

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

Item was changed:
  ----- Method: Installer class>>goran (in category 'instanciation-abbreviated') -----
  goran
  
+ 	^ self göran !
- 	^ self monticello http: 'squeak.krampe.se'; project: ''!

Item was added:
+ ----- Method: Installer>>goran (in category 'instanciation-abbreviated') -----
+ goran
+ 
+ 	^ self monticello http: 'squeak.krampe.se'; project: ''!

Item was added:
+ ----- Method: Installer>>cache (in category 'monticello') -----
+ cache
+ 	
+ 	mc := self classMCCacheRepository default.
+ 	root := mc directory localName
+  !

Item was added:
+ ----- Method: Installer class>>cache (in category 'instanciation-abbreviated') -----
+ cache
+ 	^ self monticello cache!



More information about the Packages mailing list