Roassal shall come from github, this is important, the one in smalltalkhub is not maintained anymore.

This commit is contained in:
SantiagoBragagnolo 2020-02-22 18:54:18 +00:00
parent 5bc1203b23
commit bb97b811d9
1 changed files with 6 additions and 7 deletions

View File

@ -700,6 +700,8 @@ ConfigurationOfGrafoscopio >> baseline1_3: spec [
{ #category : #baselines }
ConfigurationOfGrafoscopio >> baseline200: spec [
"protocol: #baselines"
<version: '2.0.0-baseline'>
spec
for: #common
@ -708,21 +710,18 @@ ConfigurationOfGrafoscopio >> baseline200: 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/' ];
baseline: #Roassal2
with: [ spec repository: 'github://ObjectProfile/Roassal2/src' ];
project: 'WebBrowser'
with: [ spec
className: #ConfigurationOfWebBrowser;
versionString: #stable;
repository: 'http://smalltalkhub.com/TorstenBergmann/WebBrowser' ];
baseline: #TaskitShell
baseline: #TaskItShell
with: [ spec repository: 'github://sbragagnolo/taskit:master/' ].
spec
package: #Grafoscopio
with: [ spec requires: #('Ston' 'TaskitShell') ].
with: [ spec requires: #('TaskItShell') ].
spec
group: 'Core'
with: #('Grafoscopio-Utils' 'Roassal2' 'Grafoscopio');