X Tutup
Skip to content

Commit 3c1263b

Browse files
author
Johan Brichau
committed
Pharo7: remove extension of TBehavior and move TBehavior>>fullName to Behavior
1 parent ef0f012 commit 3c1263b

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

repository/Grease-Pharo70-Core.package/TBehavior.extension/instance/fullName.st renamed to repository/Grease-Pharo70-Core.package/Behavior.extension/instance/fullName.st

File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"instance" : {
3+
"fullName" : "JohanBrichau 12/9/2017 13:17"
4+
},
5+
"class" : { }
6+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name" : "Behavior"
3+
}

repository/Grease-Pharo70-Core.package/TBehavior.extension/methodProperties.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

repository/Grease-Pharo70-Core.package/TBehavior.extension/properties.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(name 'Grease-Pharo70-Core-JohanBrichau.1' message 'branch from Grease-Pharo60-Core-JohanBrichau.4 to start supporting Pharo7 specifics' id '6aaa3511-a51a-0d00-a9b8-5e8804322501' date '18 November 2017' time '4:15:57.894626 pm' author 'JohanBrichau' ancestors () stepChildren ())
1+
(name 'Grease-Pharo70-Core-JohanBrichau.2' message 'Moved TBehavior>>fullName to Behavior>>fullName' id 'cd354707-491c-0d00-89b9-23ec01d5c93f' date '9 December 2017' time '1:17:57.536518 pm' author 'JohanBrichau' ancestors ((name 'Grease-Pharo70-Core-JohanBrichau.1' message 'branch from Grease-Pharo60-Core-JohanBrichau.4 to start supporting Pharo7 specifics' id '6aaa3511-a51a-0d00-a9b8-5e8804322501' date '18 November 2017' time '4:15:57.894626 pm' author 'JohanBrichau' ancestors () stepChildren ())) stepChildren ())

0 commit comments

Comments
 (0)
X Tutup