Putting Roassal on prerrequisites to sync changes in the base.
This commit is contained in:
parent
89cd7daa18
commit
4fef2117d7
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user