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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Fri Sep 4 08:49:47 UTC 2009


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

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

Name: DeltaStreams-Installer-gk.2
Author: gk
Time: 4 September 2009, 10:49:39 am
UUID: 628df396-c25e-42d8-9458-88f0c54503db
Ancestors: DeltaStreams-Installer-gk.1

Comments.

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

Item was changed:
  ----- Method: DSInstaller class>>install (in category 'as yet unclassified') -----
  install
  	"	Installer installUrl: 
  'http://map.squeak.org/account/files/SystemChangeNotification-Improvements39.2.cs.gz'.
  
  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"
- 	project: 'SystemEditor';
  	install: 'SystemEditor-Core';
  	install: 'SystemEditor-Squeak';
  	install: 'SystemEditor-Traits';
  	install: 'SystemEditor-Tests';
  	install: 'SystemEditorBrowser';
  	
  	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-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: 'Tirade';
- "	install: 'InterleavedChangeSet';   This is a complex cs+binary format that we do not work on anymore"
- 	install: 'Monticello';
- 	install: 'System';
- 	install: 'Traits';
- 	install: 'DeltaStreams-Model';
- 	install: 'DeltaStreams-Logging';
- "	install: 'DeltaStreams-Storing';    This is to support InterleavedChangeSet above"
- 	install: 'DeltaStreams-Tirade';
- 	install: 'DeltaStreams-Tests';
- 	install: 'DeltaStreams-Deprecated'.
  "	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