Fossil!
This commit is contained in:
parent
67761329e2
commit
6128493d6e
@ -718,10 +718,15 @@ ConfigurationOfGrafoscopio >> baseline200: spec [
|
|||||||
versionString: #stable;
|
versionString: #stable;
|
||||||
repository: 'http://smalltalkhub.com/TorstenBergmann/WebBrowser' ];
|
repository: 'http://smalltalkhub.com/TorstenBergmann/WebBrowser' ];
|
||||||
baseline: #TaskItShell
|
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
|
spec
|
||||||
package: #Grafoscopio
|
package: #Grafoscopio
|
||||||
with: [ spec requires: #('TaskItShell') ].
|
with: [ spec requires: #('TaskItShell' 'Fossil') ].
|
||||||
spec
|
spec
|
||||||
group: 'Core'
|
group: 'Core'
|
||||||
with: #('Grafoscopio-Utils' 'Roassal2' 'Grafoscopio');
|
with: #('Grafoscopio-Utils' 'Roassal2' 'Grafoscopio');
|
||||||
|
Loading…
Reference in New Issue
Block a user