blob: 38cc1b7fd6ef072fb839d0db1cd0545c1a46470d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
>
<extension
point="org.eclipse.ui.newWizards">
<wizard
category="org.eclipse.papyrus.wizards.category"
class="org.eclipse.papyrus.aas.wizards.ui.NewModelWizardAAS"
finalPerspective="org.eclipse.papyrus.infra.core.perspective"
icon="icons/model.png"
id="org.eclipse.papyrus.aas.wizard.createmodel"
name="AAS model"
project="true">
</wizard>
<wizard
category="org.eclipse.papyrus.wizards.category"
class="org.eclipse.papyrus.aas.wizards.ui.NewProjectWizardAAS"
finalPerspective="org.eclipse.papyru.infra.core.perspective"
icon="icons/projectAAS.png"
id="org.eclipse.papyrus.aas.wizard.createproject"
name="AAS project"
project="true">
</wizard>
</extension>
<extension
point="org.eclipse.emf.ecore.uri_mapping">
<mapping
source="pathmap://AAS_LIBRARIES/"
target="platform:/plugin/org.eclipse.papyrus.aas.ui/resources/template/">
</mapping>
</extension>
</plugin>