Adding Teapot dependencies.

This commit is contained in:
Offray Luna 2017-09-05 14:56:46 +00:00
parent 138b019d22
commit 7bae9c9980

View File

@ -124,7 +124,13 @@ ConfigurationOfBrea >> baseline1: spec [
spec
blessing: #baseline;
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 }
@ -159,5 +165,6 @@ ConfigurationOfBrea >> version1: spec [
spec for: #common do: [
spec
blessing: #release;
package: 'Brea' with: 'Brea-OffrayLuna.8']
package: 'Brea' with: 'Brea-OffrayLuna.8';
project: 'Teapot' with: #'stable' ]
]