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';
|
||||
package: #'Grafoscopio-Utils'.
|
||||
spec
|
||||
baseline: #Roassal2
|
||||
with: [ spec repository: 'github://ObjectProfile/Roassal2/src' ];
|
||||
baseline: #Roassal3
|
||||
with: [ spec repository: 'github://ObjectProfile/Roassal3/src' ];
|
||||
project: 'WebBrowser'
|
||||
with: [ spec
|
||||
className: #ConfigurationOfWebBrowser;
|
||||
@ -729,7 +729,7 @@ ConfigurationOfGrafoscopio >> baseline200: spec [
|
||||
with: [ spec requires: #('TaskItShell' 'Fossil') ].
|
||||
spec
|
||||
group: 'Core'
|
||||
with: #('Grafoscopio-Utils' 'Roassal2' 'Grafoscopio');
|
||||
with: #('Grafoscopio-Utils' 'Roassal3' 'Grafoscopio');
|
||||
group: 'Extended' with: #('Core') ]
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user