Adding Teapot dependencies.
This commit is contained in:
parent
138b019d22
commit
7bae9c9980
@ -124,7 +124,13 @@ ConfigurationOfBrea >> baseline1: spec [
|
|||||||
spec
|
spec
|
||||||
blessing: #baseline;
|
blessing: #baseline;
|
||||||
repository: 'http://smalltalkhub.com/mc/Offray/Brea/main';
|
repository: 'http://smalltalkhub.com/mc/Offray/Brea/main';
|
||||||
package: 'Brea'.]
|
package: 'Brea'.
|
||||||
|
spec
|
||||||
|
project: 'Teapot' with: [
|
||||||
|
spec
|
||||||
|
className: #ConfigurationOfTeapot;
|
||||||
|
versionString: #'stable';
|
||||||
|
repository: 'http://smalltalkhub.com/mc/zeroflag/Teapot/main' ] ]
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
@ -159,5 +165,6 @@ ConfigurationOfBrea >> version1: spec [
|
|||||||
spec for: #common do: [
|
spec for: #common do: [
|
||||||
spec
|
spec
|
||||||
blessing: #release;
|
blessing: #release;
|
||||||
package: 'Brea' with: 'Brea-OffrayLuna.8']
|
package: 'Brea' with: 'Brea-OffrayLuna.8';
|
||||||
|
project: 'Teapot' with: #'stable' ]
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user