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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Fri Sep 4 10:31:01 UTC 2009


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

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

Name: DeltaStreams-Installer-gk.4
Author: gk
Time: 4 September 2009, 12:30:53 pm
UUID: 8eb69339-f00a-435a-a7d8-12e78d2e969e
Ancestors: DeltaStreams-Installer-gk.3

Removed deprecated.

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

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: '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"
- 	install: 'DeltaStreams-Tests';		"All the tests for all packages"
- 	install: 'DeltaStreams-Deprecated'.	"Old stuff being thrown away eventually"
  
  
  	self inform: 'DeltaStreams successfully installed!! Time to put your helmet on.'
  !



More information about the Packages mailing list