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

commits at source.squeak.org commits at source.squeak.org
Sun Jul 31 14:34:56 EDT 2011


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

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

Name: ReleaseBuilder-kfr.12
Author: kfr
Time: 31 July 2011, 8:34:33 pm
UUID: 73adee3e-0c81-6c4a-8816-3aca61c35978
Ancestors: ReleaseBuilder-bf.9

Fixing ancestry

=============== 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