Pre-Spur images were not available in my PharoLauncher.
I thought they used to be.  Were they removed on purpose?

Anyway, for other's reference here is the required hack...


Add method...
   PhLHTTPListingTemplateGroup class >> pharo50preSpur
^ self name: 'Pharo 5.0 (preSpur)' url: '
http://files.pharo.org/image/50-preSpur/' asZnUrl


Insert into...
    PhLTemplateGroupRepository class >> groups
         ....
  Groups at: PhLHTTPListingTemplateGroup pharo50preSpur put: true.


Evaluate "PhLTemplateGroupRepository resetGroups"

cheers -ben

Reply via email to