[etoys-dev] Etoys: ReleaseBuilder-bf.11.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 7 10:06:32 EST 2012


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.
  !



More information about the etoys-dev mailing list