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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Mon Jul 20 22:24:16 UTC 2009


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

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

Name: Packages-Library-kph.97
Author: kph
Time: 20 July 2009, 11:24:06 pm
UUID: 3469c721-b442-4e13-b930-f79fcf1a2131
Ancestors: Packages-Library-kph.96, Packages-Library-kph.95

merged

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

Item was changed:
  ----- Method: PackagesDev>>Tasks (in category 'Group Development') -----
  Tasks
  
  	| thisVersion sqVersion testCandidate |
  	
  	self name: 'Tasks'.
  	self 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.
  	
+ 	self latest: [
- 	self load: [
  		
  		 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'.
  	].
  			
  		
  !

Item was changed:
  ----- Method: PackagesSqueak310>>OBEnhancements (in category 'as yet unclassified') -----
  OBEnhancements
  
+ 
+ 	^ PackagesDev new OBEnhancements
+ 		addDependency: '7325 Traits compatability with classes withAllClassesDo';
+ 		defined
- 	super OBEnhancements.
- 	self addDependency: '7325 Traits compatability with classes withAllClassesDo'.
  
  !

Item was changed:
  ----- Method: PackagesDev>>PierSeaside (in category 'Web Development') -----
  PierSeaside
  
      super PierSeaside.
    
  	self answer: '*Would*' with: true;
  		answer: '*Pier kernel*' with: 'Pier';
  		answer: '*entry point*' with: 'pier';
  		answer: '*Pier-Application*' with: true;
+ 		yourself
+ 		
+ !
- 		yourself!

Item was removed:
- ----- Method: PackagesSeaside29 class>>priority (in category 'as yet unclassified') -----
- priority
- 
- 	^ 200
- 	
- !

Item was removed:
- Seaside29Alpha3 subclass: #PackagesSeaside29
- 	instanceVariableNames: ''
- 	classVariableNames: 'Platform'
- 	poolDictionaries: ''
- 	category: 'Packages-Library'!

Item was removed:
- ----- Method: PackagesSeaside29 class>>initialize (in category 'as yet unclassified') -----
- initialize
- 
- 	Platform := 'Squeak'!



More information about the Packages mailing list