blob: e9e1b1f60acb144710f9accef80131edd60bf68c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
-->
<plugin>
<extension point="org.eclipse.ui.newWizards">
<wizard
id="org.eclipse.opencert.infra.properties.property.presentation.PropertyModelWizardID"
name="Property Model to File"
class="org.eclipse.opencert.infra.properties.property.presentation.PropertyModelWizard"
category="org.eclipse.opencert.infra.ui.opencert"
icon="icons/full/obj16/PropertyModelFile.gif">
<description>Creates new Property model to File</description>
<selection class="org.eclipse.core.resources.IResource"/>
</wizard>
</extension>
<extension point="org.eclipse.ui.editors">
<editor
id="org.eclipse.opencert.infra.properties.property.presentation.PropertyEditorID"
name="%_UI_PropertyEditor_label"
icon="icons/full/obj16/PropertyModelFile.gif"
extensions="property"
class="org.eclipse.opencert.infra.properties.property.presentation.PropertyEditor"
contributorClass="org.eclipse.opencert.infra.properties.property.presentation.PropertyActionBarContributor">
</editor>
</extension>
</plugin>