File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
repository/BaselineOfGrease.package/BaselineOfGrease.class/instance Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,5 @@ baselineCommon: spec
1414 group: ' Slime' with: #('Core') ;
1515 group: ' Slime Tests' with: #('Core Tests') ;
1616 group: ' Tests' with: #('Core Tests' 'Slime Tests') ;
17- group: ' default' with: #('Slime') ]
17+ group: ' default' with: #('Slime') ;
18+ group: ' Development' with: #('default') ]
Original file line number Diff line number Diff line change @@ -69,4 +69,5 @@ baselinePharo: spec
6969 spec
7070 group: ' Slime' with: #('Grease-Pharo110-Slime-Core') ;
7171 group: ' Slime Portability' with: #('Slime' 'Grease-Pharo110-Slime-Portability') ;
72- group: ' Slime Tests' with: #('Grease-Pharo110-Slime-Portability' 'Grease-Tests-Pharo-Slime') ]
72+ group: ' Slime Tests' with: #('Grease-Pharo110-Slime-Portability' 'Grease-Tests-Pharo-Slime') ;
73+ group: ' Development' with: #('Slime Portability') ]
You can’t perform that action at this time.
0 commit comments