[Pkg] Tasks: Tasks-Squeak310-kph.54.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun Dec 14 02:16:58 UTC 2008


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

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

Name: Tasks-Squeak310-kph.54
Author: kph
Time: 14 December 2008, 2:16:56 am
UUID: 883ff9e3-9873-4ed9-9333-3fc1a41bc8aa
Ancestors: Tasks-Squeak310-kph.53

fix task to return task

=============== Diff against Tasks-Squeak310-kph.53 ===============

Item was changed:
  ----- Method: Squeak310MakeBuildCandidate class>>taskMakeRelease (in category 'as yet unclassified') -----
  taskMakeRelease
  
  
  	^ self action: {
  	
  			[World removeAllMorphs.
  			  Flaps enableGlobalFlaps ].
  
  			self taskDisplayReadMe.
  			 
+ 			self taskCleanUpAndSaveAs: SystemVersion current version asString.
- 			self taskCleanUpAndSaveAs: SystemVersion current version.
  	}.!

Item was changed:
  ----- Method: ReleaseAfterSqueak310 class>>taskDisplayReadMe (in category 'as yet unclassified') -----
  taskDisplayReadMe
  
  	| w |
  	
+ 	^ self action: [ 
- 	self action: [ 
  		Installer ss project: '311'; install: 'Documentation'.
  
  		w := Workspace openFile: 'Documentation/ReadMe-' , self suffix, '.text'.
  	
  		w label: ('Welcome to... ', SystemVersion current asString).
  		w containingWindow 
  			position: (20 at 20);
  			extent: (200 at 300);
  			yourself.
  	]
  	
  		!



More information about the Packages mailing list