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.!
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev