So the next steps are (after updating and moving a few packages):
Gofer new
url: 'http://www.smalltalkhub.com/mc/Pier/Pier3/main';
package: 'ConfigurationOfPier3';
load.
(Smalltalk at: #ConfigurationOfPier3) load.
Gofer new
url: 'http://www.smalltalkhub.com/mc/Moose/Fame/main';
package: 'ConfigurationOfFame';
load.
((Smalltalk at: #ConfigurationOfFame) project version: '1.2') load: 'Core'.
Gofer new
url: 'http://www.smalltalkhub.com/mc/ObjectProfile/Roassal/main';
package: 'ConfigurationOfRoassal';
load.
(Smalltalk at: #ConfigurationOfRoassal) project latestVersion load.
Gofer new
url: 'http://smalltalkhub.com/mc/RMoD/Citezen/main';
package: 'ConfigurationOfCitezen';
load.
((Smalltalk at: #ConfigurationOfCitezen) version: '2.1') load: 'Web'.
Gofer new
url: 'http://www.smalltalkhub.com/mc/Pier/Pier3Addons/main';
package: 'Pier-Blog';
package: 'Pier-Documents';
package: 'Pier-Exporter-Code';
package: 'Pier-JQuery';
package: 'Pier-Google';
package: 'Pier-Fame';
package: 'TopFeeder-Pier-Widgets';
load.
" manually load exported code "
" roll back Magritte-Exernal-FileModel to version 'Magritte-Pharo-Model-DamienCassou.29' "
PRKernelCreatorForPier register
_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev