X Tutup
Skip to content

Commit 52103f6

Browse files
author
Johan Brichau
committed
Remove pharo5.x from BaselineOfGrease
1 parent bef0ac1 commit 52103f6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
baselines
22
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') ] ].
143

154
spec
165
for: #'pharo6.x'

0 commit comments

Comments
 (0)
X Tutup