File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ UseCase UC7_CML_ServiceCutter {
1818 benefit = "I am able to create ServiceCutter diagrams so I can visually see my service cuts"
1919}
2020
21- UseCase UC8_CML_FreeMaker {
21+ UseCase UC8_CML_FreeMarker {
2222 actor = "ContextMapper User"
2323 interactions = "apply" a "FreeMakerTemplate"
2424 benefit = "I am able to create my own files, e.g. Markdown, from my CML definitions"
Original file line number Diff line number Diff line change 6767 </extensions >
6868
6969 <actions >
70- <action class =" org.contextmapper.intellij.actions.PlantUMLAction"
71- id =" org.contextmapper.GeneratePlantUML"
72- text =" Generate PlantUML Diagrams"
73- description =" Generates plantUML diagrams"
74- />
75-
7670 <group id =" org.contextmapper.editorActions"
7771 text =" ContextMapper"
7872 popup =" true"
7973 >
8074 <add-to-group group-id =" EditorPopupMenu2"
8175 anchor =" last"
8276 />
83- <reference ref =" org.contextmapper.GeneratePlantUML" />
77+
78+ <action class =" org.contextmapper.intellij.actions.PlantUMLAction"
79+ id =" org.contextmapper.GeneratePlantUML"
80+ text =" Generate PlantUML Diagrams"
81+ description =" Generates plantUML diagrams"
82+ />
8483 </group >
8584 </actions >
8685</idea-plugin >
You can’t perform that action at this time.
0 commit comments