Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.892.mcz==================== Summary ====================
Name: System-mt.892
Author: mt
Time: 15 August 2016, 7:27:02.849171 pm
UUID: 721789a9-25fb-9e40-bf56-91a8377b554f
Ancestors: System-mt.891
Zap project resources on aggressive clean-up.
=============== Diff against System-mt.891 ===============
Item was changed:
----- Method: Project class>>cleanUp: (in category 'class initialization') -----
cleanUp: agressive
"Remove all projects but only when cleaning aggressively"
+ agressive ifTrue:[
+ self removeAllButCurrent.
+ self current resourceManager reset].!
- agressive ifTrue:[self removeAllButCurrent].!