[Pkg] Tasks: Tasks-Common-kph.51.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Dec 16 18:16:41 UTC 2008


A new version of Tasks-Common was added to project Tasks:
http://www.squeaksource.com/Tasks/Tasks-Common-kph.51.mcz

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

Name: Tasks-Common-kph.51
Author: kph
Time: 16 December 2008, 6:16:40 pm
UUID: 62cf4d31-963b-465b-8cd7-811f84d92617
Ancestors: Tasks-Common-kph.50

update squeakmap before saving

=============== Diff against Tasks-Common-kph.50 ===============

Item was changed:
  ----- Method: TasksRelease class>>taskCleanUpAndSaveAs: (in category 'as yet unclassified') -----
  taskCleanUpAndSaveAs: filename
  
  	^ self define: [ :task |
  		task action: [	
  			SmalltalkImage current cleanUpAllExcept: #(ChangeSet).
  			task author: '' during: [
+ 				
+ 				Smalltalk at: #SMSqueakMap ifPresent: [ :c | Installer squeakmap update ]. 
+ 
  				SmalltalkImage current saveAs: filename.
  			].
  		]
  	].!



More information about the Packages mailing list