[Pkg] Installer: Installer-Core-AlexandreBergel.218.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Fri Sep 12 12:50:35 UTC 2008


A new version of Installer-Core was added to project Installer:
http://www.squeaksource.com/Installer/Installer-Core-AlexandreBergel.218.mcz

==================== Summary ====================

Name: Installer-Core-AlexandreBergel.218
Author: AlexandreBergel
Time: 12 September 2008, 2:50:09 pm
UUID: 2e09b46d-f6b5-4f24-b004-53b6af3bb5cb
Ancestors: Installer-Core-kph.217

Used "Author class>>authorInitialsPerSe" instead

=============== Diff against Installer-Core-kph.217 ===============

Item was changed:
  ----- Method: Installer class>>initialize (in category 'instanciation') -----
  initialize
  	
  	WebSearchPath := OrderedCollection 
+ 		with:  [ 'http://installer.pbwiki.com/*-', (Smalltalk version copy replaceAll: $. with: $:)  ,'-', Author authorInitialsPerSe  ,'?raw=bare' ]
- 		with:  [ 'http://installer.pbwiki.com/*-', (Smalltalk version copy replaceAll: $. with: $:)  ,'-', Utilities authorInitialsPerSe  ,'?raw=bare' ]
  		with:  [ 'http://installer.pbwiki.com/*-', (Smalltalk version copy replaceAll: $. with: $:), '?raw=bare' ]
  		with:  [ 'http://installer.pbwiki.com/*-', (SystemVersion current majorMinorVersion replaceAll: $. with: $:)  ,'?raw=bare' ]
  		with:  'http://installer.pbwiki.com/*?raw=bare'
  	 
   !



More information about the Packages mailing list