[Pkg] DeltaStreams: DeltaStreams-Installer-Igor.Stasenko.6.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun Sep 6 19:01:50 UTC 2009


A new version of DeltaStreams-Installer was added to project DeltaStreams:
http://www.squeaksource.com/DeltaStreams/DeltaStreams-Installer-Igor.Stasenko.6.mcz

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

Name: DeltaStreams-Installer-Igor.Stasenko.6
Author: Igor.Stasenko
Time: 6 September 2009, 9:51:16 am
UUID: 8aea9691-d2c3-2447-8f8f-515cb7a905c7
Ancestors: DeltaStreams-Installer-gk.5

- added load of DeltaStreams-Browser

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

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-Browser';		"ToolBuilder based UI"
  	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