From 0e3b0f07f108d26053024d2bab599944e8265aaa Mon Sep 17 00:00:00 2001 From: Santiago Bragagnolo Date: Sat, 22 Feb 2020 16:33:51 +0000 Subject: [PATCH] Small changes on the load --- .../ConfigurationOfGrafoscopio.class.st | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/repository/ConfigurationOfGrafoscopio/ConfigurationOfGrafoscopio.class.st b/repository/ConfigurationOfGrafoscopio/ConfigurationOfGrafoscopio.class.st index 41f5a7a..16cad3c 100644 --- a/repository/ConfigurationOfGrafoscopio/ConfigurationOfGrafoscopio.class.st +++ b/repository/ConfigurationOfGrafoscopio/ConfigurationOfGrafoscopio.class.st @@ -468,6 +468,50 @@ ConfigurationOfGrafoscopio >> baseline132: spec [ group: 'Extended' with: #('Core') ]. ] +{ #category : #baselines } +ConfigurationOfGrafoscopio >> baseline133: spec [ + + spec + for: #common + do: [ spec blessing: #baseline. + spec + repository: 'http://smalltalkhub.com/Offray/Grafoscopio'; + package: #'Grafoscopio-Utils'. + spec + project: 'Ston' + with: [ spec + className: #ConfigurationOfSton; + versionString: #bleedingEdge; + repository: 'http://ss3.gemstone.com/ss/STON' ]; + project: 'Roassal2' + with: [ spec + className: #ConfigurationOfRoassal2; + versionString: #stable; + repository: 'http://smalltalkhub.com/mc/ObjectProfile/Roassal2/main/' ]; + project: 'WebBrowser' + with: [ spec + className: #ConfigurationOfWebBrowser; + versionString: #stable; + repository: 'http://smalltalkhub.com/TorstenBergmann/WebBrowser' ]; + baseline: #TaskitShell + with: [ spec repository: 'github://sbragagnolo/taskit:master/' ]; + package: 'Spec-Glamour' + with: [ spec + repository: 'http://smalltalkhub.com/mc/jfabry/Playground/main/' ]; + project: 'Fossil' + with: [ spec + className: #ConfigurationOfFossil; + versionString: #stable; + repository: 'http://smalltalkhub.com/mc/Offray/Fossil/main' ]. + spec + package: #Grafoscopio + with: [ spec requires: #('Ston' 'Spec-Glamour' 'Fossil' 'TaskitShell') ]. + spec + group: 'Core' + with: #('Grafoscopio-Utils' 'Roassal2' 'Grafoscopio'); + group: 'Extended' with: #('Core') ] +] + { #category : #baselines } ConfigurationOfGrafoscopio >> baseline1_0: spec [ @@ -654,6 +698,37 @@ ConfigurationOfGrafoscopio >> baseline1_3: spec [ group: 'Extended' with: #('Core') ]. ] +{ #category : #baselines } +ConfigurationOfGrafoscopio >> baseline200: spec [ + + spec + for: #common + do: [ spec blessing: #baseline. + spec + repository: 'http://smalltalkhub.com/Offray/Grafoscopio'; + package: #'Grafoscopio-Utils'. + spec + project: 'Roassal2' + with: [ spec + className: #ConfigurationOfRoassal2; + versionString: #stable; + repository: 'http://smalltalkhub.com/mc/ObjectProfile/Roassal2/main/' ]; + project: 'WebBrowser' + with: [ spec + className: #ConfigurationOfWebBrowser; + versionString: #stable; + repository: 'http://smalltalkhub.com/TorstenBergmann/WebBrowser' ]; + baseline: #TaskitShell + with: [ spec repository: 'github://sbragagnolo/taskit:master/' ]. + spec + package: #Grafoscopio + with: [ spec requires: #('Ston' 'TaskitShell') ]. + spec + group: 'Core' + with: #('Grafoscopio-Utils' 'Roassal2' 'Grafoscopio'); + group: 'Extended' with: #('Core') ] +] + { #category : #accessing } ConfigurationOfGrafoscopio >> customProjectAttributes [ "Edit to return a collection of any custom attributes e.g. for conditional loading: Array with: #'Condition1' with: #'Condition2.