From 2935e95afa78bb54a7267afde5a1e68d86d62d05 Mon Sep 17 00:00:00 2001 From: Eva Date: Mon, 9 Oct 2023 10:08:32 +0200 Subject: [PATCH] Update image configuration for SWA 2023 Try new Git Client --- SwaImageConfiguration.st | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/SwaImageConfiguration.st b/SwaImageConfiguration.st index 26a062d..de94892 100644 --- a/SwaImageConfiguration.st +++ b/SwaImageConfiguration.st @@ -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 @@ -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. "-=-=-=-=-="