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

commits at source.squeak.org commits at source.squeak.org
Sun Sep 18 17:10:44 UTC 2011


Nicolas Cellier uploaded a new version of Installer-Core to project The Trunk:
http://source.squeak.org/trunk/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