Roassal shall come from github, this is important, the one in smalltalkhub is not maintained anymore.
This commit is contained in:
parent
0e3b0f07f1
commit
67761329e2
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user