Fixing Lepiter Building Blocs.
This commit is contained in:
parent
8cadf004dd
commit
6e58c5631d
@ -13,8 +13,7 @@ BaselineOfMiniDocs >> baseline: spec [
|
|||||||
"Dependencies"
|
"Dependencies"
|
||||||
self setUpTeapot: spec.
|
self setUpTeapot: spec.
|
||||||
self setUpPetitParser: spec.
|
self setUpPetitParser: spec.
|
||||||
"LepiterBuildingBlocs commented while resolving the conflict with the internal gtoolkit renaming."
|
self setUpLepiterBuildingBlocs: spec. "working in v1.0.993"
|
||||||
self setUpLepiterBuildingBlocs: 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' ];
|
||||||
@ -62,10 +61,7 @@ BaselineOfMiniDocs >> setUpLepiterBuildingBlocs: spec [
|
|||||||
spec
|
spec
|
||||||
baseline: 'LepiterBuildingBlocs'
|
baseline: 'LepiterBuildingBlocs'
|
||||||
with: [spec
|
with: [spec
|
||||||
repository: 'github://botwhytho/LepiterBuildingBlocs:main/src']";
|
repository: 'github://botwhytho/LepiterBuildingBlocs:main/src']
|
||||||
loads: #('ALL')];
|
|
||||||
import: 'LepiterBuildingBlocs'"
|
|
||||||
"COMMENTED for baseline testing"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
|
Loading…
Reference in New Issue
Block a user