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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Fri Sep 12 12:56:24 UTC 2008


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

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

Name: Installer-Core-AlexandreBergel.219
Author: AlexandreBergel
Time: 12 September 2008, 2:55:59 pm
UUID: 03d9e636-6e02-4cfc-aec6-0b174ae61d68
Ancestors: Installer-Core-AlexandreBergel.218

Fix in Installer class>>initialize

=============== Diff against Installer-Core-AlexandreBergel.218 ===============

Item was changed:
  ----- Method: Installer class>>initialize (in category 'instanciation') -----
  initialize
  	
  	WebSearchPath := OrderedCollection 
+ 		with:  [ 'http://installer.pbwiki.com/*-', (Smalltalk version copy replaceAll: $. with: $:)  ,'-', Author initialsPerSe  ,'?raw=bare' ]
- 		with:  [ 'http://installer.pbwiki.com/*-', (Smalltalk version copy replaceAll: $. with: $:)  ,'-', Author 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