[squeak-dev] The Inbox: Installer-Core-jmg.351.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Sep 15 03:29:21 UTC 2011


A new version of Installer-Core was added to project The Inbox:
http://source.squeak.org/inbox/Installer-Core-jmg.351.mcz

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

Name: Installer-Core-jmg.351
Author: jmg
Time: 14 September 2011, 9:29:16.746 pm
UUID: 47eb9fa0-6d3e-460f-95e5-23034b1ecf46
Ancestors: Installer-Core-nice.350

added 2 convenience methods to support the use of SqueakSource3 with the Installer.  I don't think the camel-casing is correct but I wanted to remain the same as the other Squeak Source methods.

=============== Diff against Installer-Core-nice.350 ===============

Item was added:
+ ----- Method: Installer class>>squeaksource3 (in category 'repositories') -----
+ squeaksource3
+ 	^ self monticello http: 'http://ss3.gemstone.com/ss/'!

Item was added:
+ ----- Method: Installer class>>ss3 (in category 'repositories') -----
+ ss3
+ 	^ self squeaksource3.!




More information about the Squeak-dev mailing list