[squeak-dev] The Inbox: PreferenceBrowser-dtl.99.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Feb 16 00:34:59 UTC 2020


David T. Lewis uploaded a new version of PreferenceBrowser to project The Inbox:
http://source.squeak.org/inbox/PreferenceBrowser-dtl.99.mcz

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

Name: PreferenceBrowser-dtl.99
Author: dtl
Time: 15 February 2020, 7:34:58.758991 pm
UUID: 88d9fcd6-debc-4796-9a31-f582b4b8d64a
Ancestors: PreferenceBrowser-mt.98

Update PreferenceWizardMorph>>installOSProcess to install OSProcess and CommandShell. Requires MonticelloConfigurations-dtl.158. Metacello is not required, just load the latest versions developed in and for Squeak.

=============== Diff against PreferenceBrowser-mt.98 ===============

Item was changed:
  ----- Method: PreferenceWizardMorph>>installOSProcess (in category 'actions - packages') -----
  installOSProcess
+ 	MCMcmUpdater
+ 		updateFromRepository: 'http://www.squeaksource.com/OSProcess'
+ 		baseName: 'update'
+ 		interactive: false.
+ 	MCMcmUpdater
+ 		updateFromRepository: 'http://www.squeaksource.com/CommandShell'
+ 		baseName: 'update'
+ 		interactive: false
+ !
- 
- 	Metacello new
- 		configuration: 'OSProcess';
- 		load.!



More information about the Squeak-dev mailing list