Preparing default group redefinition.
This commit is contained in:
parent
d4577a6489
commit
4a3f68bad3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user