Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1cb93c47ee813746d70f2ef58cb3c65198f6afbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension-point id="org.eclipse.papyrus.editor.perspectiveconfiguration" name="org.eclipse.papyrus.editor.perspectiveconfiguration" schema="schema/org.eclipse.papyrus.ui.perspectiveconfiguration.exsd"/>
   <extension
         point="org.eclipse.ui.startup">
      <startup
            class="org.eclipse.papyrus.editor.perspectiveconfiguration.PerspectiveConfigurator"></startup>
   </extension>

</plugin>

Back to the top