Should move to roassal3 in pharo8/9, roassal2 is not going to be mantained forever
This commit is contained in:
parent
1fa30ba524
commit
ca8d58f851
@ -710,8 +710,8 @@ ConfigurationOfGrafoscopio >> baseline200: spec [
|
|||||||
repository: 'http://smalltalkhub.com/Offray/Grafoscopio';
|
repository: 'http://smalltalkhub.com/Offray/Grafoscopio';
|
||||||
package: #'Grafoscopio-Utils'.
|
package: #'Grafoscopio-Utils'.
|
||||||
spec
|
spec
|
||||||
baseline: #Roassal2
|
baseline: #Roassal3
|
||||||
with: [ spec repository: 'github://ObjectProfile/Roassal2/src' ];
|
with: [ spec repository: 'github://ObjectProfile/Roassal3/src' ];
|
||||||
project: 'WebBrowser'
|
project: 'WebBrowser'
|
||||||
with: [ spec
|
with: [ spec
|
||||||
className: #ConfigurationOfWebBrowser;
|
className: #ConfigurationOfWebBrowser;
|
||||||
@ -729,7 +729,7 @@ ConfigurationOfGrafoscopio >> baseline200: spec [
|
|||||||
with: [ spec requires: #('TaskItShell' 'Fossil') ].
|
with: [ spec requires: #('TaskItShell' 'Fossil') ].
|
||||||
spec
|
spec
|
||||||
group: 'Core'
|
group: 'Core'
|
||||||
with: #('Grafoscopio-Utils' 'Roassal2' 'Grafoscopio');
|
with: #('Grafoscopio-Utils' 'Roassal3' 'Grafoscopio');
|
||||||
group: 'Extended' with: #('Core') ]
|
group: 'Extended' with: #('Core') ]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user