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

This commit is contained in:
Santiago Bragagnolo 2020-02-22 18:54:18 +00:00 committed by Offray Luna
parent 0e3b0f07f1
commit 67761329e2
1 changed files with 7 additions and 8 deletions

View File

@ -13,7 +13,7 @@ Class {
#classVars : [
'LastVersionLoad'
],
#category : #ConfigurationOfGrafoscopio
#category : 'ConfigurationOfGrafoscopio'
}
{ #category : #'development support' }
@ -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');