Andreas Raab uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-ar.372.mcz==================== Summary ====================
Name: Monticello-ar.372
Author: ar
Time: 26 February 2010, 11:39:14.158 pm
UUID: 2205c24d-896a-0a4d-8d9c-63af3a87fba2
Ancestors: Monticello-kb.371
Cleanup for MCDefinition, MCFileBasedRepository, MCMethodDefinition.
=============== Diff against Monticello-kb.371 ===============
Item was added:
+ ----- Method: MCMethodDefinition class>>cleanUp (in category 'class initialization') -----
+ cleanUp
+ "Flush caches"
+
+ self shutDown.!
Item was added:
+ ----- Method: MCFileBasedRepository class>>cleanUp (in category 'class initialization') -----
+ cleanUp
+ "Flush caches"
+
+ self flushAllCaches.!
Item was added:
+ ----- Method: MCDefinition class>>cleanUp (in category 'class initialization') -----
+ cleanUp
+ "Flush caches"
+
+ self clearInstances.!