X Tutup
Skip to content

Commit 286aff4

Browse files
author
Johan Brichau
committed
Remove pharo4 and 5 from baseline
1 parent 9c32aba commit 286aff4

File tree

5 files changed

+15
-18
lines changed

5 files changed

+15
-18
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/baselinePharo..st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ baselines
22
baselinePharo: spec
33

44
spec
5-
for: #(#'pharo4.x' #'pharo5.x')
5+
for: #(#'pharo5.x')
66
do: [ spec
77
package: 'Grease-Core' with: [ spec includes: #('Grease-Pharo30-Core') ];
88
package: 'Grease-Tests-Pharo-Core' with: [ spec requires: #('Grease-Tests-Core') ];
@@ -35,7 +35,7 @@ baselinePharo: spec
3535
package: 'Grease-Pharo70-Core' with: [ spec requires: #('Grease-Core') ] ].
3636

3737
spec
38-
for: #(#'pharo4.x' #'pharo5.x' #'pharo6.x' #'pharo7.x' #'pharo8.x')
38+
for: #(#'pharo6.x' #'pharo7.x' #'pharo8.x')
3939
do: [
4040
spec
4141
package: 'Grease-Pharo40-Slime' with: [ spec requires: #('Grease-Core') ];
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SystemOrganization addCategory: #'BaselineOfGrease'!
1+
SystemOrganization addCategory: #BaselineOfGrease!
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