Etoys: ReleaseBuilder-bf.11.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Etoys: ReleaseBuilder-bf.11.mcz

commits-2
Bert Freudenberg uploaded a new version of ReleaseBuilder to project Etoys:
http://source.squeak.org/etoys/ReleaseBuilder-bf.11.mcz

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

Name: ReleaseBuilder-bf.11
Author: bf
Time: 7 March 2012, 4:06:28 pm
UUID: f6c7da09-82ff-4a7d-be68-a6bae65fbf10
Ancestors: ReleaseBuilder-bf.10

execute "Vocabulary initialize" when building image

=============== Diff against ReleaseBuilder-bf.10 ===============

Item was changed:
  ----- Method: ReleaseBuilderSqueakland>>cleanupForSqueakland (in category 'squeakland') -----
  cleanupForSqueakland
  "Perform various image cleanups in preparation for making a Squeakland OLPC image."
  "ReleaseBuilderSqueakland new cleanupForSqueakland"
 
  self
  initialCleanup;
  installPreferences;
  finalStripping;
  installReleaseSpecifics;
  finalCleanup.
  OLPCVirtualScreen virtualScreenExtent: nil.
  Display isVirtualScreen ifFalse: [
  OLPCVirtualScreen install
  ].
  Display newDepth: 16.
  Project current displayDepth: 16.
+ Vocabulary initialize.
  PartsBin  rebuildIconsWithProgress.
  !

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev