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

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Wed Jul 9 16:55:37 UTC 2008


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

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

Name: Tasks-Squeak3.10-kph.9
Author: kph
Time: 9 July 2008, 5:55:35 pm
UUID: 69311fac-8195-41ed-b769-b7292fd22037
Ancestors: Tasks-Squeak3.10-kph.8

added fixSMTPClient

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

Item was added:
+ ----- Method: TasksReleaseAfterSqueak310 class>>fixSMTPClient (in category 'as yet unclassified') -----
+ fixSMTPClient
+ 
+ 	^ self define: [ :task |
+ 			
+ 		task dependsOn: { 
+ 			'6843'. 
+ 			'6768'
+ 		}.
+ 			
+ 	].!

Item was added:
+ ----- Method: TasksReleaseAfterSqueak310 class>>buildGenerateTestCandidate (in category 'as yet unclassified') -----
+ buildGenerateTestCandidate
+ 
+ 	^ self define: [ :task |
+ 			
+ 		task dependsOn: { 
+ 			self taskSetPreferences. 
+  			self taskLoadPackageIntoKernel: 'Kernel-Extensions'.	 
+ 			self taskReorganizeCategories.
+   			self taskReorganizePackages.
+ 			"apply latest"
+ 			self fixSMTPClient.
+ 			
+ 			"tidy up"
+ 			self taskCleanDeprecated.
+ 			self taskMarkNewlyDeprecated.
+ 			self taskCleanExcess.
+ 		}.
+ 				
+ 		task action: [ 
+ 			
+ 		
+ 		]
+ 	].!

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.
  		]
  	].!

Item was removed:
- ----- Method: TasksReleaseAfterSqueak310 class>>taskGenerateTestCandidate (in category 'as yet unclassified') -----
- taskGenerateTestCandidate
- 
- 	^ self define: [ :task |
- 			
- 		task dependsOn: { 
- 			self taskSetPreferences. 
-  			self taskLoadPackageIntoKernel: 'Kernel-Extensions'.	 
- 			self taskReorganizeCategories.
-   			self taskReorganizePackages.
- 			"apply latest"
- 			self taskCleanDeprecated.
- 			self taskMarkNewlyDeprecated.
- 			self taskCleanExcess.
- 		}.
- 				
- 		task action: [ 
- 			
- 		
- 		]
- 	].!



More information about the Packages mailing list