On 5/15/10, Sean P. DeNigris <
[hidden email]> wrote:
>
> Tested in:
> * Squeak 4.1-10145
> * Pharo 1.1-11364
>
> Squeak:
> Installer ss
> project: 'SPDProjectUpdates';
> install: 'ConfigurationOfExternalWebBrowser'.
>
> (Smalltalk at: #ConfigurationOfExternalWebBrowser) load
Works fine on Squeak4.1-10145 Win XP
ExternalWebBrowser openOnUrl: 'www.squeak.org'
Torsten Bergmann updated a Configuration as well today
see
http://lists.squeakfoundation.org/pipermail/squeak-dev/2010-May/150669.htmlInstaller
ss
project: 'MetacelloRepository';
install: 'ConfigurationOfExternalWebBrowser'.
(Smalltalk at: #ConfigurationOfExternalWebBrowser) load
I did a test on on Squeak4.1-10145 Win XP
and it worked fine
--Hannes
>
> Pharo:
> Gofer new
> squeaksource: 'SPDProjectUpdates';
> package: 'ConfigurationOfExternalWebBrowser';
> load.
>
> (Smalltalk at: #ConfigurationOfExternalWebBrowser) load
>
> p.s. I didn't upload to SqS/MetacelloRepository because I don't have write
> access to SqS/ExternalWebBrowser, so right now, I've hijacked :) the project
> @ SqS/SPDProjectUpdates pending Alexander's response.
>
> Should I upload to SqS/MetacelloRepository anyway?
>
> Sean
>
> --