Preparing default group redefinition.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-04-27 11:56:59 -05:00
parent d4577a6489
commit 4a3f68bad3
1 changed files with 8 additions and 2 deletions

View File

@ -20,10 +20,16 @@ BaselineOfMiniDocs >> baseline: spec [
repository: 'github://moosetechnology/PetitParser:v3.x.x/src'
].
"self fossil: spec."
"Packages"
spec
package: 'MiniDocs' with: [ spec requires: #('Mustache' 'Tealight' "'XMLParserHTML'") ];
package: 'PetitMarkdown' with: [ spec requires: #('PetitParser')]
package: 'PetitMarkdown' with: [ spec requires: #('PetitParser')];
package: 'MiniDocs' with: [ spec requires: #('Mustache' 'Tealight' 'PetitMarkdown')].
"Groups"
"spec
group: 'default' with: #('Core' 'Model')"
].
spec