Skip to content

Commit

Permalink
Merge pull request #24 from Echtzeitsysteme/feature/plant_uml
Browse files Browse the repository at this point in the history
added GT-Rule and GT-pattern visualization support
  • Loading branch information
maxkratz committed Aug 9, 2022
2 parents 6c76623 + 338e391 commit 81b24c9
Show file tree
Hide file tree
Showing 4 changed files with 538 additions and 1 deletion.
5 changes: 4 additions & 1 deletion org.emoflon.gips.gipsl.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ Require-Bundle: org.emoflon.gips.gipsl,
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.pde.core,
org.eclipse.ui.forms
org.eclipse.ui.forms,
org.emoflon.core.dependencies;bundle-version="1.0.0",
org.moflon.core.utilities;bundle-version="3.0.0",
org.moflon.core.ui;bundle-version="1.3.0"
Import-Package: org.apache.log4j
Bundle-RequiredExecutionEnvironment: JavaSE-17
Export-Package: org.emoflon.gips.gipsl.ui,
Expand Down
6 changes: 6 additions & 0 deletions org.emoflon.gips.gipsl.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -460,4 +460,10 @@
<newWizardShortcut id="org.emoflon.gips.gipsl.ui.wizard.GipslNewProjectWizard"/>
</perspectiveExtension>
</extension>
<extension
point="org.moflon.core.ui.DiagramTextProvider">
<diagram_text_provider
class="org.emoflon.gips.gipsl.ui.visualization.GipsVisualizer">
</diagram_text_provider>
</extension>
</plugin>
Loading

0 comments on commit 81b24c9

Please sign in to comment.