Modifying baseline, including xml parser.
This commit is contained in:
parent
4b70744e85
commit
70a027ac1b
@ -13,7 +13,7 @@ BaselineOfMiniDocs >> baseline: spec [
|
||||
"Dependencies"
|
||||
spec
|
||||
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache'].
|
||||
|
||||
self xmlParserHTML: spec.
|
||||
"Packages"
|
||||
spec
|
||||
package: 'MiniDocs'
|
||||
@ -22,3 +22,16 @@ BaselineOfMiniDocs >> baseline: spec [
|
||||
spec
|
||||
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
BaselineOfMiniDocs >> xmlParserHTML: spec [
|
||||
Metacello new
|
||||
baseline: 'XMLParserHTML';
|
||||
repository: 'github://pharo-contributions/XML-XMLParserHTML/src';
|
||||
onConflict: [ :ex | ex useLoaded ];
|
||||
onUpgrade: [ :ex | ex useLoaded ];
|
||||
onDowngrade: [ :ex | ex useLoaded ];
|
||||
onWarningLog;
|
||||
load.
|
||||
spec baseline: 'XMLParserHTML' with: [spec repository: 'github://pharo-contributions/XML-XMLParserHTML/src']
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user