Skip to content

Commit

Permalink
try to break dependency loop
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 27, 2023
1 parent a7aa274 commit 332ca8b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ BaselineOfClassEditor >> baseline: spec [
'UMLProfiles' ) ].

spec group: 'plugin' with: #( 'OpenPonk-ClassEditor' ).
(Smalltalk globals includesKey: #VerificationResults)
(Smalltalk globals includesKey:
#BaselineOfOntoUMLVerificationFramework)
ifTrue: [ spec group: 'complete-plugin' with: #( plugin ) ]
ifFalse: [
self plugins: spec.
Expand Down

0 comments on commit 332ca8b

Please sign in to comment.