X Tutup
Skip to content

Commit a71eb84

Browse files
committed
Remove Pharo 3 from the baseline.
1 parent a122378 commit a71eb84

File tree

4 files changed

+12
-36
lines changed

4 files changed

+12
-36
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"noMethodMetaData" : true,
32
"separateMethodMetaAndSource" : false,
4-
"useCypressPropertiesFile" : true }
3+
"noMethodMetaData" : true,
4+
"useCypressPropertiesFile" : true
5+
}

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

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -64,27 +64,6 @@ baseline: spec
6464
with: [ spec requires: #('Grease-Tests-Squeak-Core') ].
6565
self slimeForSqueakPharo1xPharo2x: spec ].
6666

67-
spec
68-
for: #'pharo3.x'
69-
do: [
70-
spec
71-
package: 'Grease-Core'
72-
with: [ spec includes: #('Grease-Pharo30-Core') ];
73-
package: 'Grease-Tests-Core'
74-
with: [
75-
spec
76-
requires: #('Grease-Pharo30-Core');
77-
includes: #('Grease-Tests-Pharo20-Core') ];
78-
package: 'Grease-Pharo30-Core'
79-
with: [ spec requires: #('Grease-Core') ];
80-
package: 'Grease-Tests-Pharo20-Core'
81-
with: [ spec requires: #('Grease-Tests-Core') ];
82-
package: 'Grease-Slime' with: [ spec requires: #('Grease-Core') ];
83-
package: 'Grease-Tests-Slime'
84-
with: [ spec requires: #('Grease-Slime') ].
85-
spec
86-
group: 'Slime' with: #('Grease-Slime');
87-
group: 'Slime Tests' with: #('Grease-Tests-Slime') ].
8867
spec
8968
for: #(#'pharo4.x' #'pharo5.x')
9069
do: [
Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"category" : "BaselineOfGrease",
3-
"classinstvars" : [
4-
],
5-
"classvars" : [
6-
],
72
"commentStamp" : "",
8-
"instvars" : [
9-
],
10-
"name" : "BaselineOfGrease",
11-
"pools" : [
12-
],
133
"super" : "BaselineOf",
14-
"type" : "normal" }
4+
"category" : "BaselineOfGrease",
5+
"classinstvars" : [ ],
6+
"pools" : [ ],
7+
"classvars" : [ ],
8+
"instvars" : [ ],
9+
"name" : "BaselineOfGrease",
10+
"type" : "normal"
11+
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
{
2-
}
1+
{ }

0 commit comments

Comments
 (0)
X Tutup