Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b58613ebdff03ed450215f09242c63ab74d93387 (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