File tree Expand file tree Collapse file tree 5 files changed +15
-18
lines changed
repository/BaselineOfGrease.package Expand file tree Collapse file tree 5 files changed +15
-18
lines changed Original file line number Diff line number Diff line change 11{
2- "noMethodMetaData" : true,
32 "separateMethodMetaAndSource" : false,
4- "useCypressPropertiesFile" : true }
3+ "noMethodMetaData" : true,
4+ "useCypressPropertiesFile" : true
5+ }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ baselines
22baselinePharo: 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') ];
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1- SystemOrganization addCategory: #' BaselineOfGrease' !
1+ SystemOrganization addCategory: #BaselineOfGrease !
Original file line number Diff line number Diff line change 1- {
2- }
1+ { }
You can’t perform that action at this time.
0 commit comments