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

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Wed Jun 4 17:54:37 UTC 2008


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

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

Name: Installer-Core-mtf.202
Author: mtf
Time: 2 June 2008, 2:13:26 pm
UUID: 55b68a1f-58f4-4881-8982-567b4bf19a72
Ancestors: Installer-Core-kph.201

added "Installer cache" to access the local monticello "package-cache" repository

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

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

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