Login  Register

projects to migrate/test on 2.0

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

projects to migrate/test on 2.0

demarey
701 posts
Hi stef

here is a list of the project we should validate for 2.0

Gofer
        spec
                project: 'Gofer Core'
                    with: [
                            spec
                                className: 'ConfigurationOfGofer';
                                versionString: '1.0-baseline';
                                loads: #('Core');
                                file: 'ConfigurationOfGofer';
                                repository: 'http://www.squeaksource.com/MetacelloRepository';
                                repository: 'http://seaside.gemstone.com/ss/metacello' ];


Prof Stef
        spec
                                className: 'ConfigurationOfProfStef';
                                versionString: '1.0-baseline';
                                file: 'ConfigurationOfProfStef';
                                repository: 'http://www.squeaksource.com/MetacelloRepository' 

smime.p7s (5K) Download Attachment
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: projects to migrate/test on 2.0

stephane ducasse
2664 posts
Ok I will add that to my todo.

Stef

On Feb 21, 2013, at 10:02 AM, Christophe Demarey <[hidden email]> wrote:

> Hi stef
>
> here is a list of the project we should validate for 2.0
>
> Gofer
> spec
>                project: 'Gofer Core'
>                    with: [
>                            spec
>                                className: 'ConfigurationOfGofer';
>                                versionString: '1.0-baseline';
>                                loads: #('Core');
>                                file: 'ConfigurationOfGofer';
>                                repository: 'http://www.squeaksource.com/MetacelloRepository';
>                                repository: 'http://seaside.gemstone.com/ss/metacello' ];
>
>
> Prof Stef
> spec
>                                className: 'ConfigurationOfProfStef';
>                                versionString: '1.0-baseline';
>                                file: 'ConfigurationOfProfStef';
>                                repository: 'http://www.squeaksource.com/MetacelloRepository'