blob: 2215378dca98ad4bb699ba4a9c4789923b32c6a5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<fragment>
<extension point="org.eclipse.ui.newWizards">
<wizard
id="org.eclipse.opencert.infra.properties.presentation.DawnPropertyModelWizardID"
name="Property Model to Repository"
class="org.eclipse.opencert.infra.properties.presentation.DawnPropertyModelWizard"
category="org.eclipse.opencert.infra.ui.opencert"
icon="icons/full/obj16/PropertyModelFile.gif">
<description>Creates new Property model to Repository</description>
<selection class="org.eclipse.core.resources.IResource"/>
</wizard>
</extension>
<extension point="org.eclipse.ui.editors">
<editor
id="org.eclipse.opencert.infra.properties.presentation.DawnPropertyEditorID"
name="Dawn Property model Editor"
icon="icons/full/obj16/PropertyModelFile.gif"
extensions="property"
class="org.eclipse.opencert.infra.properties.presentation.DawnPropertyEditor"
contributorClass="org.eclipse.opencert.infra.properties.property.presentation.PropertyActionBarContributor">
</editor>
</extension>
</fragment>