blob: 2bd7f4fb14b509a29203d35012fe595fe58ee26a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
-->
<plugin>
<extension point="org.eclipse.emf.edit.itemProviderAdapterFactories">
<!-- @generated property -->
<factory
uri="http://property/1.0"
class="org.eclipse.opencert.infra.properties.property.provider.PropertyItemProviderAdapterFactory"
supportedTypes=
"org.eclipse.emf.edit.provider.IEditingDomainItemProvider
org.eclipse.emf.edit.provider.IStructuredItemContentProvider
org.eclipse.emf.edit.provider.ITreeItemContentProvider
org.eclipse.emf.edit.provider.IItemLabelProvider
org.eclipse.emf.edit.provider.IItemPropertySource"/>
</extension>
<!-- EEF extensions -->
<extension point="org.eclipse.emf.edit.itemProviderAdapterFactories">
<factory
uri="http://property/1.0"
class="org.eclipse.opencert.infra.properties.property.providers.PropertyEEFAdapterFactory"
supportedTypes="org.eclipse.emf.eef.runtime.providers.PropertiesEditingProvider"/>
</extension>
<extension
point="org.eclipse.emf.eef.runtime.PropertiesEditionPartProvider">
<PropertiesEditionPartProvider
providerClass="org.eclipse.opencert.infra.properties.property.providers.PropertyPropertiesEditionPartProvider">
</PropertiesEditionPartProvider>
</extension>
<!-- Tabbed properties views extension -->
<extension
point="org.eclipse.ui.views.properties.tabbed.propertyContributor">
<propertyContributor
contributorId="org.eclipse.opencert.infra.properties.property.properties"
labelProvider="org.eclipse.emf.eef.runtime.ui.utils.EEFLabelProvider">
<propertyCategory
category="default">
</propertyCategory>
<propertyCategory
category="extended">
</propertyCategory>
<propertyCategory
category="advanced">
</propertyCategory>
</propertyContributor>
</extension>
<extension
point="org.eclipse.ui.views.properties.tabbed.propertyTabs">
<propertyTabs
contributorId="org.eclipse.opencert.infra.properties.property.properties">
<propertyTab
id="Base"
label="Base"
category="default">
</propertyTab>
</propertyTabs>
</extension>
<extension
point="org.eclipse.ui.views.properties.tabbed.propertySections">
<propertySections
contributorId="org.eclipse.opencert.infra.properties.property.properties">
<propertySection
class="org.eclipse.opencert.infra.properties.property.parts.forms.PropertyModelPropertiesEditionPartForm"
filter="org.eclipse.opencert.infra.properties.property.providers.PropertyModelPropertiesEditionProvider$EditionFilter"
id="org.eclipse.opencert.infra.properties.property.section.PropertyModel"
tab="Base">
</propertySection>
<propertySection
class="org.eclipse.opencert.infra.properties.property.parts.forms.PropertyPropertiesEditionPartForm"
filter="org.eclipse.opencert.infra.properties.property.providers.PropertyPropertiesEditionProvider$EditionFilter"
id="org.eclipse.opencert.infra.properties.property.section.Property"
tab="Base">
</propertySection>
</propertySections>
</extension>
</plugin>