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

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


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

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

Name: DeltaStreams-Installer-gk.1
Author: gk
Time: 4 September 2009, 10:38:34 am
UUID: 591437f4-c041-4c32-90c8-bfe7b22ca4c8
Ancestors: 

First try for an Installer based script.

==================== Snapshot ====================

SystemOrganization addCategory: #'DeltaStreams-Installer'!

Object subclass: #DSInstaller
	instanceVariableNames: ''
	classVariableNames: ''
	poolDictionaries: ''
	category: 'DeltaStreams-Installer'!

----- 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';
	install: 'SystemEditor-Core';
	install: 'SystemEditor-Squeak';
	install: 'SystemEditor-Traits';
	install: 'SystemEditor-Tests';
	install: 'SystemEditorBrowser';
	
	project: 'DeltaStreams';
	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"


!



More information about the Packages mailing list