2020-07-25 18:04:11 +00:00
|
|
|
"
|
|
|
|
I am BaselineOfBrea, I load the code for the Brea project.
|
|
|
|
I am a BaselineOf.
|
|
|
|
"
|
|
|
|
Class {
|
|
|
|
#name : #BaselineOfBrea,
|
|
|
|
#superclass : #BaselineOf,
|
|
|
|
#category : #BaselineOfBrea
|
|
|
|
}
|
|
|
|
|
|
|
|
{ #category : #baselines }
|
|
|
|
BaselineOfBrea >> baseline: spec [
|
|
|
|
<baseline>
|
|
|
|
|
|
|
|
spec
|
|
|
|
for: #common
|
|
|
|
do: [
|
|
|
|
"Dependencies"
|
|
|
|
spec
|
2020-07-25 18:14:37 +00:00
|
|
|
baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ];
|
|
|
|
baseline: 'TaskIt' with: [ spec repository: 'github://pharo-contributions/taskit' ].
|
2020-07-25 18:04:11 +00:00
|
|
|
|
|
|
|
"Packages"
|
2020-07-25 18:14:37 +00:00
|
|
|
spec package: 'Brea' with: [ spec requires: #('NeoJSON' 'TaskIt') ].
|
2020-07-25 18:04:11 +00:00
|
|
|
]
|
|
|
|
]
|