More modular baseline with smaller 'default' group.
This commit is contained in:
parent
8dc8ce4b99
commit
4d913f4461
@ -28,7 +28,15 @@ BaselineOfMiniDocs >> baseline: spec [
|
|||||||
|
|
||||||
"Groups"
|
"Groups"
|
||||||
spec
|
spec
|
||||||
group: 'default' with: #('Core' 'Model')
|
group: 'default' with: #('Core' 'SpecializedGrammars' 'Extensions');
|
||||||
|
group: 'Core' with: #('MiniDocs');
|
||||||
|
group: 'SpecializedGrammars' with: #('MiniDocs-SpecializedGrammars');
|
||||||
|
group: 'Extensions' with: #('MiniDocs-Extensions');
|
||||||
|
group: 'Examples' with: #('MiniDocs-Examples');
|
||||||
|
group: 'External' with: #('MiniDocs-External');
|
||||||
|
group: 'Legacy' with: #('MiniDocs-Legacy');
|
||||||
|
"group: 'Manifest' with: #('MiniDocs-Manifest');"
|
||||||
|
group: 'All' with: #('Core' 'SpecializedGrammars' 'Extensions' 'Examples' 'External' 'Legacy' "'Manifest'")
|
||||||
|
|
||||||
].
|
].
|
||||||
spec
|
spec
|
||||||
|
Loading…
Reference in New Issue
Block a user