[Pkg] Installer: Installer-Core-kph.299.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Feb 23 03:46:23 UTC 2009


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

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

Name: Installer-Core-kph.299
Author: kph
Time: 23 February 2009, 3:46:13 am
UUID: 8447346a-015c-11de-8efb-000a95edb42a
Ancestors: Installer-Core-kph.298

+ missing script

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

Item was added:
+ ----- Method: InstallerScripts>>scriptLevelPlayingFieldMonticello15Pharo (in category 'as yet unclassified') -----
+ scriptLevelPlayingFieldMonticello15Pharo
+ 
+ Installer installSilentlyUrl: 'http://installer.pbwiki.com/f/PackageInfo-Base-kph.67.st'.
+ Installer installSilentlyUrl: 'http://installer.pbwiki.com/f/Monticello.impl-kph.635.st'.
+ 
+ Installer ss project:'mc';
+ installQuietly: 'Monticello.impl-kph.635';
+ installQuietly: 'PackageInfo-Base'.!

Item was added:
+ ----- Method: InstallerScripts>>scriptLevelPlayingFieldMonticello15 (in category 'as yet unclassified') -----
+ scriptLevelPlayingFieldMonticello15
+ 
+ Installer installSilentlyUrl: 'http://installer.pbwiki.com/f/PackageInfo-Base-kph.67.st'.
+ Installer installSilentlyUrl: 'http://installer.pbwiki.com/f/Monticello.impl-kph.635.st'.
+ 
+ ((SequenceableCollection organization categoryOfElement: #do:displayingProgress:) beginsWith: '*')
+ ifTrue: [SequenceableCollection organization classify: #do:displayingProgress: under: #enumerating].
+ 
+ Installer ss project:'mc';
+ installQuietly: 'Monticello.impl-kph.635';
+ installQuietly: 'PackageInfo-Base'.!



More information about the Packages mailing list