[squeak-dev] The Trunk: ReleaseBuilder-ar.37.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Sep 20 03:37:10 UTC 2009


Andreas Raab uploaded a new version of ReleaseBuilder to project The Trunk:
http://source.squeak.org/trunk/ReleaseBuilder-ar.37.mcz

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

Name: ReleaseBuilder-ar.37
Author: ar
Time: 19 September 2009, 8:36:56 am
UUID: f5e3c8d3-d5a9-ac4d-a2f7-e4b4776ade64
Ancestors: ReleaseBuilder-edc.36

Remove obsolete WorldWindow reference.

=============== Diff against ReleaseBuilder-edc.36 ===============

Item was changed:
  ----- Method: ReleaseBuilderFor3dot11>>cleanupPhasePrepare (in category 'cleaning') -----
  cleanupPhasePrepare
  self cleanUnwantedCs.
                  "SMSqueakMap default clearCaches."
  " Commented out for no Undeclared on image "
  #(zapMVCprojects zapAllOtherProjects discardFlash discardFFI
  computeImageSegmentation discardSpeech ) do:[:ea| 
  SystemDictionary removeSelector:ea].
  #( reserveUrl: saveAsResource saveDocPane saveOnURL saveOnURL:
  saveOnURLbasic isTurtleRow objectViewed inATwoWayScrollPane) do:[:ea| 
  Morph removeSelector: ea].
  
  #(playfieldOptionsMenu presentPlayfieldMenu allScriptEditors
  attemptCleanupReporting: modernizeBJProject
  scriptorForTextualScript:ofPlayer:) do:[:ea| 
  PasteUpMorph removeSelector:   ea].
  #(isUniversalTiles noteDeletionOf:fromWorld: scriptorsForSelector:inWorld: tilesToCall: handMeTilesToFire) do:[:ea| 
  Player removeSelector:   ea].
  Player class removeCategory: 'turtles'.
  Player removeCategory: 'slots-user'.
  Morph removeCategory: 'scripting'.
  ColorType removeCategory: 'tiles'.
  TheWorldMainDockingBar removeSelector: #hideAllViewersIn: .
- #(test1 test2) do:[:ea|
- WorldWindow class removeSelector:   ea].
  SystemOrganization removeCategoriesMatching: 'UserObjects'.
  FileList2 class organization classify: #morphicViewOnDirectory: under: 'morphic ui'.
  FileList2 class organization classify: #morphicView under: 'morphic ui'.
  SystemOrganization classifyAll: #(AbstractMediaEventMorph ColorSwatch) under: 'MorphicExtras-AdditionalSupport'.!




More information about the Squeak-dev mailing list