Restoring baseline.
This commit is contained in:
parent
48c1707fbe
commit
02bc11d6a7
@ -17,19 +17,21 @@ BaselineOfMiniDocs >> baseline: spec [
|
|||||||
spec
|
spec
|
||||||
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
|
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
|
||||||
baseline: 'Temple' with: [ spec repository: 'github://astares/Pharo-Temple/src' ];
|
baseline: 'Temple' with: [ spec repository: 'github://astares/Pharo-Temple/src' ];
|
||||||
"baseline: 'Teapot' with: [ spec repository: 'github://zeroflag/Teapot/source' ];"
|
|
||||||
baseline: 'Tealight' with: [ spec repository: 'github://astares/Tealight:main/src' ].
|
baseline: 'Tealight' with: [ spec repository: 'github://astares/Tealight:main/src' ].
|
||||||
"baseline: 'LepiterBuildingBlocs' with: [spec repository: 'github://botwhytho/LepiterBuildingBlocs:main/src']"
|
|
||||||
"baseline: 'PetitParser' with: [
|
|
||||||
spec
|
|
||||||
loads: #('Minimal' 'Core' 'Tests' 'Islands');
|
|
||||||
repository: 'github://moosetechnology/PetitParser:v3.x.x/src' ]."
|
|
||||||
"self fossil: spec."
|
"self fossil: spec."
|
||||||
"self xmlParserHTML: spec"
|
"self xmlParserHTML: spec"
|
||||||
|
|
||||||
"Packages"
|
"Packages"
|
||||||
spec
|
spec
|
||||||
package: 'PetitMarkdown' with: [ spec requires: #('PetitParser')];
|
package: 'PetitMarkdown' with: [ spec requires: #('PetitParser')];
|
||||||
package: 'MiniDocs' with: [ spec requires: #('LepiterBuildingBlocs' 'Mustache' 'Temple' 'Teapot' 'Tealight' 'PetitMarkdown' 'PetitParser')].
|
package: 'MiniDocs'
|
||||||
|
with: [ spec requires: #(
|
||||||
|
'Mustache' 'Temple' "Templating"
|
||||||
|
'Teapot' 'Tealight' "Web server"
|
||||||
|
'PetitMarkdown' 'PetitParser' "Parsers"
|
||||||
|
'DataFrame' "Tabular data")].
|
||||||
|
.
|
||||||
|
|
||||||
"Groups"
|
"Groups"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user