'From etoys3.0 of 24 February 2008 [latest update: #2010] on 9 June 2008 at 7:01:02 pm'! "Change Set: keepVersionSqland-yo Date: 9 June 2008 Author: Yoshiki Ohshima The update number from the OLPC image is kept for Squeakland."! !ReleaseBuilderSqueakland methodsFor: 'squeakland' stamp: 'yo 6/9/2008 18:51'! setupUpdateStreamForSqueakland | d | d _ DAVServerDirectory on: 'http://tinlizzie.org/updates/squeakland/updates'. d altUrl: 'http://tinlizzie.org/updates/squeakland/updates'. d moniker: 'Squeakland'. d user: 'tlvpri'. Utilities classPool at: #UpdateUrlLists put: nil. ServerDirectory inImageServers keysDo: [:k | ServerDirectory inImageServers removeKey: k]. ServerDirectory inImageServers at: 'Squeakland' put: d. Utilities updateUrlLists add: (Array with: 'Squeakland' with: #('tinlizzie.org/updates/squeakland/')). SystemVersion newVersion: 'Squeakland-OLPC'. "SystemVersion current resetHighestUpdate." ! !