" 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 [ spec for: #common do: [ "Dependencies" spec baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ]; baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache/repository' ]; baseline: 'TaskIt' with: [ spec repository: 'github://noha/taskit:add-all-future' ]. "Packages" spec package: 'Brea' with: [ spec requires: #('NeoJSON' 'Mustache' 'TaskIt') ]. ] ]