Redefining core group.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2017-07-03 20:44:21 +00:00 committed by SantiagoBragagnolo
parent 776f972bd0
commit 9f7a1b30e4
1 changed files with 2 additions and 2 deletions

View File

@ -171,10 +171,10 @@ ConfigurationOfPubiblio >> baseline03: spec [
className: #ConfigurationOfNeoJSON;
versionString: #'stable';
repository: 'http://mc.stfx.eu/Neo'].
spec package: #Pubiblio with: [
spec package: 'Pubiblio' with: [
spec requires: #('Citezen' 'NeoJSON' )].
spec
group: 'core' with: #(#Pubiblio );
group: 'core' with: #('Pubiblio' );
group: 'default' with: #('core' )].
]