This commit is contained in:
SantiagoBragagnolo 2020-03-30 17:04:26 +00:00
parent 15c4144e2b
commit 57cc92df10
1 changed files with 3 additions and 1 deletions

View File

@ -719,6 +719,8 @@ ConfigurationOfGrafoscopio >> baseline200: spec [
repository: 'http://smalltalkhub.com/TorstenBergmann/WebBrowser' ];
baseline: #TaskItShell
with: [ spec repository: 'github://sbragagnolo/taskit:master/' ];
baseline: #Pillar
with: [ spec repository: 'github://pillar-markup/pillar/' ];
project: 'Fossil'
with: [ spec
className: #ConfigurationOfFossil;
@ -726,7 +728,7 @@ ConfigurationOfGrafoscopio >> baseline200: spec [
repository: 'http://smalltalkhub.com/mc/Offray/Fossil/main' ].
spec
package: #Grafoscopio
with: [ spec requires: #('TaskItShell' 'Fossil') ].
with: [ spec requires: #('TaskItShell' 'Fossil' 'Pillar') ].
spec
group: 'Core'
with: #('Grafoscopio-Utils' 'Roassal3' 'Grafoscopio');