[squeak-dev] Re: UbiquiTalk

Sean P. DeNigris sean at clipperadams.com
Mon Sep 6 20:54:04 UTC 2010


The updated rST and UbiquiTalk versions now live in their main repos (thanks
to Noury for access).  The installation script is now:

Installer ss 
	project: 'KomHttpServer'; 
	install: 'DynamicBindings';
	install: 'KomServices'. 
        
Installer ss 
	project: 'rST'; 
	install: 'rST'. 

Installer ss 
	project: 'Keymapping'; 
	install: 'PTabBarMorph'. 

Installer ss 
	project: 'OSProcess'; 
	install: 'OSProcess'. 

Installer ss 
	project: 'UbiquiTalk'; 
	install: 'UbiquiTalk-Utilities';
	install: 'UbiquiTalk-Kernel'; "depends on utilities"
	install: 'UbiquiTalk-Cache'; "depends on kernel"
	install: 'UbiquiTalk-GUI'; "depends on kernel"
	install: 'UbiquiTalk-Plugins'; "depends on kernel"
	install: 'UbiquiTalk-PDA';
	install: 'UbiquiTalk-Property Editors';
	install: 'UbiquiTalk-Tests';
	install: 'UTAllServices'.

Sean

p.s. I'm still not sure how functional it is, but it loads
-- 
View this message in context: http://forum.world.st/UbiquiTalk-tp2400261p2528872.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.



More information about the Squeak-dev mailing list