[Pkg] Tasks: Tasks-Squeak3.10-kph.10.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Sun Aug 3 00:40:03 UTC 2008


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

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

Name: Tasks-Squeak3.10-kph.10
Author: kph
Time: 3 August 2008, 1:39:59 am
UUID: d03a35f8-fd2f-4e2b-8603-a5de9283834e
Ancestors: Tasks-Squeak3.10-kph.8

.

=============== Diff against Tasks-Squeak3.10-kph.8 ===============

Item was changed:
  ----- Method: TasksReleaseAfterSqueak310 class>>taskCleanExcess (in category 'as yet unclassified') -----
  taskCleanExcess
  
  	^ self define: [ :task |
  			
  		task dependsOn: { 
  			(Packages current named: 'Universes') unload.			 
  			(Packages current named: 'YAXO') unload.			 
  			(Packages current named: 'SqueakMap2 loader') unload.			 
  			(Packages current named: 'SqueakMap2 base') unload.			 
  		}.
  				
  		task action: [ 
  			
  			Installer mc unload: 'ReleaseBuilder'.
  			Installer mc unload: 'ScriptLoader'.
  			Installer mc unload: 'ToolBuilder-MVC'.
  			Installer mc unload: 'ToolBuilder-SUnit'.
  
  			Installer mc unload: 'OB-Standard'. "an empty project"
- 			(MCPackage named: 'PackageInfo') workingCopy unregister.
- 			(MCPackage named: 'Installer') workingCopy unregister.
  		]
  	].!



More information about the Packages mailing list