Skip to content

Commit

Permalink
Update image configuration for SWA 2023
Browse files Browse the repository at this point in the history
Try new Git Client
  • Loading branch information
ekrebs5 authored Oct 9, 2023
1 parent 3c0c48f commit 2935e95
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions SwaImageConfiguration.st
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ Utilities setAuthorInitials: 'hpi'. "changed at end"
"-=-=-=-=-="

"Install Squot SWA UI."
[(Smalltalk at: #Metacello) new
"[(Smalltalk at: #Metacello) new
baseline: 'Squot';
repository: 'github://hpi-swa/Squot:swa-ui/src';
load.
] on: Warning do: [:e | e resume].

"-=-=-=-=-="
] on: Warning do: [:e | e resume]."



"The tools menu in the docking bar should use the swa git ui"
(Smalltalk at: #TheWorldMainDockingBar) compile: 'installAndOpenGitBrowser
"(Smalltalk at: #TheWorldMainDockingBar) compile: 'installAndOpenGitBrowser
(Smalltalk hasClassNamed: #SquitBrowser)
ifFalse: [ (UIManager default
Expand All @@ -74,7 +74,15 @@ Utilities setAuthorInitials: 'hpi'. "changed at end"
installGitInfrastructure.
TheWorldMainDockingBar updateInstances ]
ifFalse: [ ^self ] ].
(Smalltalk classNamed: #SwaSquitBrowser) open.'.
(Smalltalk classNamed: #SwaSquitBrowser) open.'."

"-=-=-=-=-="

"Install new Git Client made by Marius and Tom for WiSe 23/24"
Metacello new
baseline: 'Squot';
repository: 'github://hpi-swa/Squot:mapper/src';
load.

"-=-=-=-=-="

Expand Down

0 comments on commit 2935e95

Please sign in to comment.