[Pkg] The Trunk: SMBase-cmm.130.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Dec 22 18:38:24 UTC 2011


Chris Muller uploaded a new version of SMBase to project The Trunk:
http://source.squeak.org/trunk/SMBase-cmm.130.mcz

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

Name: SMBase-cmm.130
Author: cmm
Time: 15 December 2011, 1:52:07.494 pm
UUID: 559b01b2-0030-41ab-969d-5867cb1fe382
Ancestors: SMBase-ul.129

Force local cache refresh when saving a new package release.

=============== Diff against SMBase-ul.129 ===============

Item was added:
+ ----- Method: SMPackageRelease>>addToLocalCache (in category 'private') -----
+ addToLocalCache
+ 	self downloadUrl ifNotNil: [map cache add: self]!

Item was added:
+ ----- Method: SMPackageRelease>>removeFromLocalCache (in category 'private') -----
+ removeFromLocalCache
+ 	self downloadUrl ifNotNil: [map cache remove: self]!



More information about the Packages mailing list