Metacello baseline
A Metacellobaseline specifies project dependencies.
For a project and package called X
, you might have a baseline package called BaselineOfX
including a class also called BaselineOf
, and a method baseline:
that specifies dependencies.
By specifying a baseline, you can automate loading a project with a Metacello script.
See also:
How to deal with Baselines in the Pharo wiki.