[Pkg] Installer: Installer-Core-mtf.242.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Wed Oct 15 17:15:53 UTC 2008


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

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

Name: Installer-Core-mtf.242
Author: mtf
Time: 15 October 2008, 10:15:49 am
UUID: 2c7fec64-69fa-4426-bf08-1c1266c57178
Ancestors: Installer-Core-mtf.241

moved packageAndVersionFrom: up to Installer. It is shared by SM and Universes

=============== Diff against Installer-Core-mtf.241 ===============

Item was added:
+ ----- Method: Installer>>packageAndVersionFrom: (in category 'squeakmap') -----
+ packageAndVersionFrom: pkg
+ 
+ 	| p |
+ 	p := ReadStream on: pkg .
+ 	^Array with: (p upTo: $() with: (p upTo: $)).!

Item was removed:
- ----- Method: InstallerSqueakMap>>packageAndVersionFrom: (in category 'squeakmap') -----
- packageAndVersionFrom: pkg
- 
- 	| p |
- 	p := ReadStream on: pkg .
- 	^Array with: (p upTo: $() with: (p upTo: $)).!



More information about the Packages mailing list