This commit is contained in:
SantiagoBragagnolo 2020-02-22 19:07:06 +00:00
parent bb97b811d9
commit b9a9c99af1
1 changed files with 7 additions and 2 deletions

View File

@ -718,10 +718,15 @@ ConfigurationOfGrafoscopio >> baseline200: spec [
versionString: #stable;
repository: 'http://smalltalkhub.com/TorstenBergmann/WebBrowser' ];
baseline: #TaskItShell
with: [ spec repository: 'github://sbragagnolo/taskit:master/' ].
with: [ spec repository: 'github://sbragagnolo/taskit:master/' ];
project: 'Fossil'
with: [ spec
className: #ConfigurationOfFossil;
versionString: #stable;
repository: 'http://smalltalkhub.com/mc/Offray/Fossil/main' ].
spec
package: #Grafoscopio
with: [ spec requires: #('TaskItShell') ].
with: [ spec requires: #('TaskItShell' 'Fossil') ].
spec
group: 'Core'
with: #('Grafoscopio-Utils' 'Roassal2' 'Grafoscopio');