Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 75e221a15f0a50843151933789c1206ace44998e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.ui.newWizards">
          <!-- @generated NOT -->
      <wizard
            canFinishEarly="false"
            category="org.eclipse.papyrus.wizards.category/org.eclipse.papyrus.wizards.components.category"
            class="org.eclipse.papyrus.soaml.diagram.ui.NewSoamlModelWizard"
            finalPerspective="org.eclipse.papyrus.infra.core.perspective"
            icon="icons/soaml16x16.png"
            id="org.eclipse.papyrus.wizards.createsoamlmodel"
            name="%wizardModel">
         <description>
            New SoaML Project
         </description>
      </wizard>
      <wizard
            category="org.eclipse.papyrus.wizards.category"
            class="org.eclipse.papyrus.soaml.diagram.ui.NewSoamlProjectWizard"
            finalPerspective="org.eclipse.papyrus.infra.core.perspective"
            icon="icons/SoaML_new_Project32x32.gif"
            id="org.eclipse.papyrus.soaml.diagram.ui.createsoamlwizard"
            name="%wizardProject"
            project="true">
         <description>
            New SoaML Project
         </description>
      </wizard>
   </extension>

</plugin>

Back to the top