Skip to content

Commit

Permalink
Added Markov Chains
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Jul 20, 2023
1 parent c64bdb5 commit 189114b
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ BaselineOfOpenPonkPlugins >> baseline: spec [
baseline: 'FsmEditor'
with: [ spec repository: 'github://OpenPonk/fsm-editor' ];
baseline: 'BPMN'
with: [ spec repository: 'github://OpenPonk/OpenPonk-BPMN' ].
with: [ spec repository: 'github://OpenPonk/OpenPonk-BPMN' ];
baseline: 'MarkovChains'
with: [ spec repository: 'github://OpenPonk/markov-chains:main' ].
spec
group: 'all'
with: #( 'ClassEditor' 'BormEditor' 'PetriNets' 'FsmEditor' 'BPMN' );
with:
#( 'ClassEditor' 'BormEditor' 'PetriNets' 'FsmEditor' 'BPMN'
'MarkovChains' );
group: 'default' with: #( 'all' ) ]
]

0 comments on commit 189114b

Please sign in to comment.