diff options
Diffstat (limited to 'de.dhbw.horb.ksm.simulator/plugin.xml')
-rw-r--r-- | de.dhbw.horb.ksm.simulator/plugin.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/de.dhbw.horb.ksm.simulator/plugin.xml b/de.dhbw.horb.ksm.simulator/plugin.xml new file mode 100644 index 0000000..2808e8c --- /dev/null +++ b/de.dhbw.horb.ksm.simulator/plugin.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?eclipse version="3.4"?> +<plugin> + <extension + point="org.eclipse.ui.views"> + <view + allowMultiple="false" + category="ksm.core.views.KSMCategory" + class="de.dhbw.horb.simulator.view.SimulatorView" + icon="icons/16/ksm-simulator.png" + id="ksm.simulator.views.SimulatorView" + name="Simulator" + restorable="true"> + </view> + </extension> + <extension + point="org.eclipse.ui.perspectives"> + <perspective + class="de.dhbw.horb.simulator.perspective.SimulatorPerspective" + fixed="true" + icon="icons/32/ksm-simulator.png" + id="ksm.simulator.perspectives.SimulatorPerspective" + name="Simulator"> + </perspective> + </extension> +</plugin> |