X Tutup
Skip to content

Commit b4874c1

Browse files
committed
fix baseline
1 parent e0e4859 commit b4874c1

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
baseline
2+
greaseCoreAndTestsForSqueakAndPharo1x: spec
3+
spec
4+
package: 'Grease-Core' with: [ spec includes: #('Grease-Pharo-Core') ];
5+
package: 'Grease-Tests-Core' with: [ spec includes: #('Grease-Tests-Pharo-Core') ];
6+
package: 'Grease-Pharo-Core' with: [ spec requires: #('Grease-Core') ];
7+
package: 'Grease-Tests-Pharo-Core' with: [ spec requires: #('Grease-Tests-Core') ]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
baseline
2+
slimeForSqueakPharo1xPharo2x: spec
3+
spec
4+
project: 'Refactoring-Core'
5+
with: [
6+
spec
7+
className: 'ConfigurationOfRefactoringBrowser';
8+
versionString: #stable;
9+
loads: #('Core');
10+
repository: 'http://www.squeaksource.com/MetacelloRepository' ].
11+
spec
12+
package: 'Grease-Slime' with: [ spec requires: #('Refactoring-Core' 'Grease-Core') ];
13+
package: 'Grease-Tests-Slime' with: [ spec requires: #('Grease-Slime') ].
14+
^ spec
15+
group: 'Slime' with: #('Grease-Slime');
16+
group: 'Slime Tests' with: #('Grease-Tests-Slime')

repository/BaselineOfGrease.package/BaselineOfGrease.class/methodProperties.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
"class" : {
33
},
44
"instance" : {
5-
"baseline:" : "JohanBrichau 02/16/2014 01:48" } }
5+
"baseline:" : "JohanBrichau 02/16/2014 01:48",
6+
"greaseCoreAndTestsForSqueakAndPharo1x:" : "JohanBrichau 02/16/2014 03:50",
7+
"slimeForSqueakPharo1xPharo2x:" : "JohanBrichau 02/16/2014 03:49" } }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(name 'BaselineOfGrease-JohanBrichau.1' message 'first baseline' id 'b89398df-14c6-4b6a-a2ba-91ad806bb07f' date '02/16/2014' time '01:49:46' author 'JohanBrichau' ancestors () stepChildren ())
1+
(name 'BaselineOfGrease-JohanBrichau.2' message 'forgotten methods' id '38758da9-c922-4530-a19e-f8783900e787' date '02/16/2014' time '03:50:22' author 'JohanBrichau' ancestors ((name 'BaselineOfGrease-JohanBrichau.1' message 'first baseline' id 'b89398df-14c6-4b6a-a2ba-91ad806bb07f' date '02/16/2014' time '01:49:46' author 'JohanBrichau' ancestors () stepChildren ())) stepChildren ())

0 commit comments

Comments
 (0)
X Tutup