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