File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/BaselineOfOpenPonkPlugins Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,24 @@ BaselineOfOpenPonkPlugins >> baseline: spec [
11
11
< baseline>
12
12
spec for: #common do: [
13
13
spec
14
- baseline: ' ClassEditor ' with: [
14
+ baseline: ' OpenPonkClassEditor ' with: [
15
15
spec
16
16
repository: ' github://OpenPonk/class-editor' ;
17
17
loads: #( 'complete' ) ];
18
- baseline: ' BormEditor '
18
+ baseline: ' OpenPonkBormEditor '
19
19
with: [ spec repository: ' github://OpenPonk/borm-editor' ];
20
- baseline: ' PetriNets '
20
+ baseline: ' OpenPonkPetriNets '
21
21
with: [ spec repository: ' github://OpenPonk/petrinets' ];
22
- baseline: ' FsmEditor '
22
+ baseline: ' OpenPonkFsmEditor '
23
23
with: [ spec repository: ' github://OpenPonk/fsm-editor' ];
24
- baseline: ' BPMN '
24
+ baseline: ' OpenPonkBPMN '
25
25
with: [ spec repository: ' github://OpenPonk/BPMN' ];
26
- baseline: ' MarkovChains '
26
+ baseline: ' OpenPonkMarkovChains '
27
27
with: [ spec repository: ' github://OpenPonk/markov-chains' ].
28
28
spec
29
29
group: ' all'
30
30
with:
31
- #( 'ClassEditor ' 'BormEditor ' 'PetriNets ' 'FsmEditor ' 'BPMN '
32
- 'MarkovChains ' ) ;
31
+ #( 'OpenPonkClassEditor ' 'OpenPonkBormEditor ' 'OpenPonkPetriNets ' 'OpenPonkFsmEditor ' 'OpenPonkBPMN '
32
+ 'OpenPonkMarkovChains ' ) ;
33
33
group: ' default' with: #( 'all' ) ]
34
34
]
You can’t perform that action at this time.
0 commit comments