[Pkg] Sake : Sake-Bob-kph.13.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Feb 23 15:16:20 UTC 2009


A new version of Sake-Bob was added to project Sake :
http://www.squeaksource.com/Sake/Sake-Bob-kph.13.mcz

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

Name: Sake-Bob-kph.13
Author: kph
Time: 23 February 2009, 3:16:18 pm
UUID: c64086ac-cc00-49cb-ab8c-6df09b1d23b5
Ancestors: Sake-Bob-kph.12

removed Bob scheduled task

=============== Diff against Sake-Bob-kph.12 ===============

Item was removed:
- ----- Method: BobPeriodicallyReadMantis class>>initialize (in category 'as yet unclassified') -----
- initialize
- 
- 	"the squeak community only needs to run this process on a single computer whose name is given in configMantisMonitor"
- 	super initialize.
- 
- 	self scheduler addTask: (self do: [ Mantis pullRecent ] every: 15 minutes).
- 	!

Item was removed:
- ScheduledTask subclass: #BobPeriodicallyReadMantis
- 	instanceVariableNames: ''
- 	classVariableNames: ''
- 	poolDictionaries: ''
- 	category: 'Sake-Bob'!

Item was removed:
- ----- Method: BobPeriodicallyReadMantis class>>configMantisMonitor (in category 'as yet unclassified') -----
- configMantisMonitor
- 
- 	"the squeak community only needs to run this process on a single computer whose name is configured here"
- 
- 	^ 'mercy.flat' !



More information about the Packages mailing list