[Pkg] The Trunk: PackageInfo-Base-bp.39.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Feb 27 22:20:34 UTC 2010


Andreas Raab uploaded a new version of PackageInfo-Base to project The Trunk:
http://source.squeak.org/trunk/PackageInfo-Base-bp.39.mcz

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

Name: PackageInfo-Base-bp.39
Author: bp
Time: 26 February 2010, 8:44:26.217 pm
UUID: 2531c506-f8b5-4b72-8e23-0f97fe89a2e3
Ancestors: PackageInfo-Base-nice.38

Added packageName to PackageInfo printOn:

=============== Diff against PackageInfo-Base-nice.38 ===============

Item was added:
+ ----- Method: PackageInfo>>printOn: (in category 'printing') -----
+ printOn: aStream
+ 	super printOn: aStream.
+ 	aStream
+ 		nextPut: $(;
+ 		nextPutAll: self packageName;
+ 		nextPut: $)!



More information about the Packages mailing list