Skip to content

Commit e8e908a

Browse files
committed
refining the dependencies for Grease-GemStone-Core
1 parent 0aa4c51 commit e8e908a

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

  • repository/BaselineOfGrease.package/BaselineOfGrease.class/instance

repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baseline..st

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,18 @@ baseline: spec
129129
copyFrom: 'GsDevKit'
130130
with: [ spec loads: #('Utf8Encoding') ];
131131
project: 'System-Digital-Signatures'
132-
copyFrom: 'UTF8'
132+
copyFrom: 'GsDevKit'
133133
with: [ spec loads: #('System-Digital-Signatures') ];
134134
project: 'SMTPMail'
135-
copyFrom: 'UTF8'
135+
copyFrom: 'GsDevKit'
136136
with: [ spec loads: #('SMTPMail') ];
137+
project: 'GsCore'
138+
copyFrom: 'GsDevKit'
139+
with: [ spec loads: #('GsCore' 'GsMonticello') ];
137140
yourself.
138141
spec
139142
package: 'Grease-GemStone-Core'
140-
with: [ spec requires: #( 'UTF8' ) ];
143+
with: [ spec requires: #( 'UTF8' 'GsCore' ) ];
141144
yourself.
142145
].
143146
spec

0 commit comments

Comments
 (0)