We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef0ac1 commit 52103f6Copy full SHA for 52103f6
1 file changed
repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselinePharo..st
@@ -1,16 +1,5 @@
1
baselines
2
baselinePharo: spec
3
-
4
- spec
5
- for: #(#'pharo5.x')
6
- do: [ spec
7
- package: 'Grease-Core' with: [ spec includes: #('Grease-Pharo30-Core') ];
8
- package: 'Grease-Tests-Pharo-Core' with: [ spec requires: #('Grease-Tests-Core') ];
9
- package: 'Grease-Tests-Core'
10
- with: [ spec
11
- requires: #('Grease-Pharo30-Core');
12
- includes: #('Grease-Tests-Pharo-Core') ];
13
- package: 'Grease-Pharo30-Core' with: [ spec requires: #('Grease-Core') ] ].
14
15
spec
16
for: #'pharo6.x'
0 commit comments