[Pkg] Packages: Packages-Library-kph.40.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Thu Feb 26 23:29:24 UTC 2009


A new version of Packages-Library was added to project Packages:
http://www.squeaksource.com/Packages/Packages-Library-kph.40.mcz

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

Name: Packages-Library-kph.40
Author: kph
Time: 26 February 2009, 11:29 pm
UUID: 3f5f9fbc-045d-11de-a647-000a95edb42a
Ancestors: Packages-Library-kph.39

fixed Tasks

=============== Diff against Packages-Library-kph.39 ===============

Item was changed:
  ----- Method: PackagesDev>>Tasks (in category 'Group Development') -----
  Tasks
  
  	| thisVersion sqVersion testCandidate |
  	
  	self name: 'Tasks'.
  	self info mcName: 'Tasks-Common'.
  
  	self version: '1+'.
  
  	info description: 'Package definitions for this version of squeak'.
  	info author: 'keith_hodges at yahoo.co.uk'.
  	info owner: 'Keith Hodges'.
  	 
  	self dependsOn: { 'Sake' }.
  
  	thisVersion := 'Tasks-', (sqVersion := SystemVersion current majorMinorVersion copyWithout: $.).
+ 	testCandidate := ( sqVersion, 'PlusOne') asSymbol.
- 	testCandidate := ('ReleaseAfter', sqVersion) asSymbol.
  	
  	self load: [
- 		self halt.
  		
  		 Installer squeaksource project: 'Bob'; 
  			install: 'Tasks-Common';
  			install: thisVersion.
   		 
  		((Smalltalk classNamed: testCandidate) ifNil: [ self stop ]) releaseCandidateTasksInstaller install.	
  	].
  
  	self unload: [
  		Installer mc unload: thisVersion.
  		Installer mc unload: 'Tasks-Common'.
  	].
  			
  		
  !



More information about the Packages mailing list