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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Fri Sep 4 09:21:20 UTC 2009


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

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

Name: DeltaStreams-Installer-gk.3
Author: gk
Time: 4 September 2009, 11:21:13 am
UUID: ba9adfbc-4b84-4bc3-81bf-13f7545f086a
Ancestors: DeltaStreams-Installer-gk.2

Fixes in installer script.

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

Item was changed:
  ----- Method: DSInstaller class>>install (in category 'as yet unclassified') -----
  install
+ 	"DSInstaller install"
- 	"	Installer installUrl: 
- 'http://map.squeak.org/account/files/SystemChangeNotification-Improvements39.2.cs.gz'.
  
+ 	Installer squeaksource
+ 	
+ 	project: 'SystemEditor';				"Main mechanism used for actual Delta apply"
- Installer installUrl:
- 'http://map.squeak.org/accountbyid/d39eae5e-4c3e-4335-bc65-b158ea4e489e/files/DeltaStream-base-fixes.20.cs.gz'.
- 
- "
- 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"
+ 
- 	project: 'DeltaStreams';
- 	install: 'Tirade';					"This is used for serialization/deserialization - not essential unless you need to store Deltas"
- "	install: 'InterleavedChangeSet';   This is a complex cs+binary format that we do not work on anymore, NOT USED"
- 	install: 'Monticello';				"Fixes for change notifications"
- 	install: 'System';				"Fixes for change notifications"
- 	install: 'Traits';					"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-Logging';	"Extensions for hooking into SystemChangeNotification in Squeak"
- "	install: 'DeltaStreams-Storing';    This is to support InterleavedChangeSet above, NOT USED"
- 	install: 'DeltaStreams-Tirade';	"Support for filing out/in Deltas in Tirade syntax"
  	install: 'DeltaStreams-Tests';		"All the tests for all packages"
  	install: 'DeltaStreams-Deprecated'.	"Old stuff being thrown away eventually"
+ 
- "	install: 'DeltaStreams-UI'.         This is the first UI by Matthew that mimics a SystemBrowser kinda"
  
  	self inform: 'DeltaStreams successfully installed!! Time to put your helmet on.'
  !



More information about the Packages mailing list