Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d0b168221ada2d9d5a6202a902e6c5c6b8f7782e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.papyrus.moka.engine">
      <engine
            class="org.eclipse.papyrus.moka.dummyexample.DummyUMLExecutionEngine"
            description="A simple execution engine, which visits elements of a model, and displays their name">
      </engine>
   </extension>

</plugin>

Back to the top