From 4fef2117d7bb6277ae983252ab20ff96eb1aa4a4 Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Sat, 21 Mar 2015 18:07:25 +0000 Subject: [PATCH] Putting Roassal on prerrequisites to sync changes in the base. --- repository/Grafoscopio/GrafoscopioBrowser.class.st | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/repository/Grafoscopio/GrafoscopioBrowser.class.st b/repository/Grafoscopio/GrafoscopioBrowser.class.st index dee58fe..c54b7fa 100644 --- a/repository/Grafoscopio/GrafoscopioBrowser.class.st +++ b/repository/Grafoscopio/GrafoscopioBrowser.class.st @@ -163,7 +163,7 @@ GrafoscopioBrowser class >> startDockingBar [ add: 'Documento interactivo nuevo' target: GrafoscopioBrowser action: #open; add: 'Documentos interactivos recientes' target: GrafoscopioBrowser action: #messageNotImplementedYet; add: 'Documentos interactivos de ejemplo' target: GrafoscopioBrowser action: #messageNotImplementedYet; - add: 'Ejemplos de visualizaciones en Roassal' target: (RTExampleBrowser new) action: #open; + add: 'Ejemplos de visualizaciones en Roassal' target: (RTExampleBrowserGT new) action: #open; add: 'Playground' target: (Smalltalk tools) action: #openWorkspace. updateMenu := MenuMorph new. @@ -249,6 +249,11 @@ GrafoscopioBrowser class >> updatePrerrequisites [ { #category : #'as yet unclassified' } GrafoscopioBrowser class >> updateSystem [ "Updates the system with new versions of itself take from the source code repository" + Gofer it + smalltalkhubUser: 'ObjectProfile' project: 'Roassal2'; + configurationOf: 'Roassal2'; + loadStable. + Gofer new smalltalkhubUser: 'SvenVanCaekenberghe' project: 'STON'; package: 'STON-Core';