Skip to content

Commit b4e66bf

Browse files
committed
get past the loading of Grease project during reload step ... post Metacello/Monticello bootstrap
1 parent f5baca3 commit b4e66bf

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ baseline: spec
137137
group: 'Slime Tests' with: #('Grease-Tests-Slime') ].
138138

139139
spec
140-
for: #( #'gemstone' )
140+
for: #( #'glass' )
141141
do: [
142142
spec
143143
project: 'GsCore'
@@ -190,7 +190,10 @@ baseline: spec
190190
yourself.
191191
spec
192192
package: 'Grease-GemStone-Core'
193-
with: [ spec requires: #( 'UTF8' 'GsCore' ) ];
193+
with: [
194+
spec
195+
requires:
196+
#( 'UTF8' 'GsCore' 'System-Digital-Signatures' 'SMTPMail') ];
194197
yourself.
195198
].
196199
spec
@@ -208,7 +211,7 @@ baseline: spec
208211
with: [
209212
spec
210213
requires:
211-
#('Grease-Core' 'System-Digital-Signatures' 'SMTPMail') ];
214+
#('Grease-Core') ];
212215
package: 'Grease-Tests-GemStone-Core'
213216
with: [ spec requires: #('Grease-Tests-Core') ] ].
214217
spec

repository/Grease-GemStone300-Core.package/GRUtf8GemStoneCodec.extension/instance/decoderFor..st

Lines changed: 0 additions & 4 deletions
This file was deleted.

repository/Grease-GemStone300-Core.package/GRUtf8GemStoneCodec.extension/instance/encoderFor..st

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)