Skip to content

Commit

Permalink
Issue #321: move TDSessionDescription to a separate package in GsDevK…
Browse files Browse the repository at this point in the history
…it_SuperDoit project so it can be conditionally loaded if needed (not needed when loading into a tODE image)
  • Loading branch information
dalehenrich committed Aug 17, 2021
1 parent 26ebcb6 commit 45d2190
Show file tree
Hide file tree
Showing 77 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ baseline: spec
package: 'GsDevKit-Tests' with: [ spec requires: #('GsDevKit-Core') ].
spec
group: 'default' with: #('GsDevKit-Tests') ].
spec
for: #'NeedsTDSessionDescription'
do: [
spec
package: 'GsDevKit-TDSessionDescription'.
spec
group: 'default' with: #('GsDevKit-TDSessionDescription') ].

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
accessing
customProjectAttributes
projectAttributes := #().
(Smalltalk classNamed: 'TDSessionDescription')
ifNil: [ projectAttributes := #( #'NeedsTDSessionDescription' ) ].
^ projectAttributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"category" : "GsDevKit-Core",
"category" : "GsDevKit-TDSessionDescription",
"classinstvars" : [
],
"classvars" : [
Expand Down

0 comments on commit 45d2190

Please sign in to comment.