[Pkg] DeltaStreams: DeltaStreams-Installer-gk.5.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Fri Sep 4 14:23:26 UTC 2009


A new version of DeltaStreams-Installer was added to project DeltaStreams:
http://www.squeaksource.com/DeltaStreams/DeltaStreams-Installer-gk.5.mcz

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

Name: DeltaStreams-Installer-gk.5
Author: gk
Time: 4 September 2009, 4:23:22 am
UUID: 0e64fe93-b86f-4b9c-a658-1d28ef0fe1c9
Ancestors: DeltaStreams-Installer-gk.4

Fix to load fixed SystemChangeNotification-Tests.

=============== Diff against DeltaStreams-Installer-gk.4 ===============

Item was changed:
  ----- Method: DSInstaller class>>install (in category 'as yet unclassified') -----
  install
  	"DSInstaller install"
  
  	Installer squeaksource
  	
  	project: 'SystemEditor';				"Main mechanism used for actual Delta apply"
  	install: 'SystemEditor-Core';
  	install: 'SystemEditor-Squeak';
  	install: 'SystemEditor-Traits';
  	install: 'SystemEditor-Tests';
  	install: 'SystemEditorBrowser';
  	
  	project: 'Tirade';					"This is used for serialization/deserialization - not essential unless you need to store Deltas"
  	install: 'Tirade';
  	install: 'Tirade-Tests';
  	
  	project: 'DeltaStreams';	
  	install: 'System';					"Fixes for change notifications"
  	install: 'Traits';						"Fixes for change notifications"
  	install: 'Monticello';					"Fixes for change notifications"
+ 	install: 'SystemChangeNotification-Tests';
  
  	install: 'DeltaStreams-Model';		"Domain model of Deltas"
  	install: 'DeltaStreams-Logging';		"Extensions for hooking into SystemChangeNotification in Squeak"
  	install: 'DeltaStreams-Tirade';		"Support for filing out/in Deltas in Tirade syntax"
  	install: 'DeltaStreams-Tests'.		"All the tests for all packages"
  
  
  	self inform: 'DeltaStreams successfully installed!! Time to put your helmet on.'
  !



More information about the Packages mailing list