[etoys-dev] Etoys: ReleaseBuilder-kfr.10.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jun 7 13:52:47 EDT 2011


Karl Ramberg uploaded a new version of ReleaseBuilder to project Etoys:
http://source.squeak.org/etoys/ReleaseBuilder-kfr.10.mcz

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

Name: ReleaseBuilder-kfr.10
Author: kfr
Time: 7 June 2011, 7:52:35 pm
UUID: 0c634cce-296c-574c-837b-e401c7bad5de
Ancestors: ReleaseBuilder-bf.9

comment change

=============== Diff against ReleaseBuilder-bf.9 ===============

Item was changed:
  ReleaseBuilder subclass: #ReleaseBuilderSqueakland
  	instanceVariableNames: ''
  	classVariableNames: ''
  	poolDictionaries: ''
  	category: 'ReleaseBuilder'!
  
+ !ReleaseBuilderSqueakland commentStamp: '<historical>' prior: 0!
- !ReleaseBuilderSqueakland commentStamp: 'bf 10/13/2010 01:16' prior: 0!
  Note: as of this writing, the only reliable way to get rid of all but the current project is to execute the following, one line at a time...
  
+ Smalltalk zapAllOtherProjects. "close inspector if it popped up"
- Smalltalk zapAllOtherProjects.
  ProjectHistory currentHistory initialize.
  Smalltalk garbageCollect.
  Project rebuildAllProjects.
  
  ReleaseBuilderSqueakland new prepareReleaseImage.!



More information about the etoys-dev mailing list