The Trunk: PreferenceBrowser-dtl.100.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: PreferenceBrowser-dtl.100.mcz

commits-2
David T. Lewis uploaded a new version of PreferenceBrowser to project The Trunk:
http://source.squeak.org/trunk/PreferenceBrowser-dtl.100.mcz

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

Name: PreferenceBrowser-dtl.100
Author: dtl
Time: 16 February 2020, 12:35:11.729536 pm
UUID: 19d38706-4924-41f6-b2fc-dbffa58da38d
Ancestors: PreferenceBrowser-dtl.99

Use Installer rather than MCMcmUpdater for OSProcess/CommandShell installation

=============== Diff against PreferenceBrowser-dtl.99 ===============

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