Skip to content

Commit

Permalink
Merge pull request #11 from hpi-swa/master-squot
Browse files Browse the repository at this point in the history
Master squot
  • Loading branch information
marceltaeumel authored Feb 17, 2020
2 parents ba492f4 + 2de205b commit 0693818
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .squot
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
OrderedDictionary {
'repository\/BaselineOfAnimations.package' : nil,
'repository\/Animations.package' : #SquotCypressCodeSerializer
}
4 changes: 4 additions & 0 deletions repository/Animations.package/.squot-contents
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SquotTrackedObjectMetadata {
#serializer : #SquotCypressCodeSerializer,
#objectClassName : #PackageInfo
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ updateCurrentValue: aValue

self target ifNotNil: [:obj |
obj
perform: self property asMutator
perform: self property asSimpleSetter
with: (self frames at: aValue rounded)].
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"frames" : "mt 12/4/2017 14:02",
"frames:" : "mt 12/4/2017 11:30",
"startValue" : "mt 12/4/2017 11:47",
"updateCurrentValue:" : "mt 12/4/2017 11:45" } }
"updateCurrentValue:" : "mt 10/9/2019 16:14" } }
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ updateCurrentValue: aValue

self target ifNotNil: [:obj |
obj
perform: self property asMutator
perform: self property asSimpleSetter
with: aValue].
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"startOffset" : "mt 12/9/2017 11:33",
"target" : "mt 6/16/2010 11:55:40.521",
"target:" : "mt 6/16/2010 12:04:51.334",
"updateCurrentValue:" : "mt 12/4/2017 11:43" } }
"updateCurrentValue:" : "mt 10/9/2019 16:14" } }
4 changes: 2 additions & 2 deletions repository/Animations.package/monticello.meta/categories.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SystemOrganization addCategory: #'Animations-Animations'!
SystemOrganization addCategory: #'Animations-Canvas'!
SystemOrganization addCategory: #'Animations-Core'!
SystemOrganization addCategory: #'Animations-Examples'!
SystemOrganization addCategory: #'Animations-Graphics'!
SystemOrganization addCategory: #'Animations-Morphic'!
SystemOrganization addCategory: #'Animations-Tests'!
SystemOrganization addCategory: #'Animations-Graphics'!
SystemOrganization addCategory: #'Animations-Examples'!
1 change: 0 additions & 1 deletion repository/Animations.package/monticello.meta/package

This file was deleted.

1 change: 0 additions & 1 deletion repository/Animations.package/monticello.meta/version

This file was deleted.

0 comments on commit 0693818

Please sign in to comment.