Etoys: ReleaseBuilder-kfr.10.mcz

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

Etoys: ReleaseBuilder-kfr.10.mcz

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

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev
Reply | Threaded
Open this post in threaded view
|

Re: Etoys: ReleaseBuilder-kfr.10.mcz

Bert Freudenberg

On 07.06.2011, at 17:52, [hidden email] wrote:

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


Hmm, it did not take your initials ...

- Bert -

>  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