TaskIt as prerrequisite.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-07-25 13:14:37 -05:00
parent c36f8c9539
commit f4c79cb1ef
1 changed files with 3 additions and 2 deletions

View File

@ -17,9 +17,10 @@ BaselineOfBrea >> baseline: spec [
do: [
"Dependencies"
spec
baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ].
baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ];
baseline: 'TaskIt' with: [ spec repository: 'github://pharo-contributions/taskit' ].
"Packages"
spec package: 'Brea' with: [ spec requires: #('NeoJSON') ].
spec package: 'Brea' with: [ spec requires: #('NeoJSON' 'TaskIt') ].
]
]