TaskIt as prerrequisite.
This commit is contained in:
parent
c36f8c9539
commit
f4c79cb1ef
@ -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') ].
|
||||
]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user