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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun Dec 14 00:34:50 UTC 2008


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

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

Name: Tasks-Squeak310-kph.49
Author: kph
Time: 14 December 2008, 12:34:48 am
UUID: 055c256a-f0b2-4ce0-8f2d-c543a63740f1
Ancestors: Tasks-Squeak310-kph.48

typo Instaler mc should have been Installer ss

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

Item was changed:
  ----- Method: Squeak310MakeBuildCandidate class>>taskMakeRelease (in category 'as yet unclassified') -----
  taskMakeRelease
  
  
  	^ self action: {
  	
+ 			[World removeAllMorphs ].
- 			[World removeAllMorphs.	
- 			 Installer mc project: '311'; install: 'Documentation' ].
  
  			self taskDisplayReadMe.
  			self taskCleanUpAndSaveAs: SystemVersion current version.
  	}.!

Item was changed:
  ----- Method: ReleaseAfterSqueak310 class>>taskDisplayReadMe (in category 'as yet unclassified') -----
  taskDisplayReadMe
  
  	| w |
  	
  	self action: [ 
+ 		Installer ss project: '311'; install: 'Documentation'.
- 		Installer mc project: '311'; install: 'Documentation'.
  
+ 		w := Workspace openFile: 'Documentation/ReadMe-' , self suffix, '.text'.
- 		w := Workspace openFile: 'Documentation/Welcome-' , 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