Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties.runtime/plugin.xml')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties.runtime/plugin.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.runtime/plugin.xml b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.runtime/plugin.xml
index 45cd753b25d..b9cc0333795 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.runtime/plugin.xml
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.runtime/plugin.xml
@@ -2,46 +2,46 @@
<?eclipse version="3.4"?>
<plugin>
<extension
- point="org.eclipse.papyrus.properties.runtime.propertyModelHandler">
+ point="org.eclipse.papyrus.views.properties.runtime.propertyModelHandler">
<propertyModelHandler
- class="org.eclipse.papyrus.properties.runtime.uml.modelhandler.MultiplicityModelHandlerFactory"
+ class="org.eclipse.papyrus.uml.properties.runtime.modelhandler.MultiplicityModelHandlerFactory"
description="this is the model handler for multiplicity"
id="Multiplicity"
name="Multiplicity EMF model handler">
</propertyModelHandler>
</extension>
<extension
- point="org.eclipse.papyrus.properties.runtime.propertyModelHandler">
+ point="org.eclipse.papyrus.views.properties.runtime.propertyModelHandler">
<propertyModelHandler
- class="org.eclipse.papyrus.properties.runtime.uml.modelhandler.AssociationEndOwnerModelHandlerFactory"
+ class="org.eclipse.papyrus.uml.properties.runtime.modelhandler.AssociationEndOwnerModelHandlerFactory"
description="this is the model handler for owner of association ends"
id="AssociationEndOwner"
name="AssociationEndOwner EMF model handler">
</propertyModelHandler>
</extension>
<extension
- point="org.eclipse.papyrus.properties.runtime.propertyModelHandler">
+ point="org.eclipse.papyrus.views.properties.runtime.propertyModelHandler">
<propertyModelHandler
- class="org.eclipse.papyrus.properties.runtime.uml.modelhandler.AssociationEndNavigationModelHandlerFactory"
+ class="org.eclipse.papyrus.uml.properties.runtime.modelhandler.AssociationEndNavigationModelHandlerFactory"
description="this is the model handler for navigation of association ends"
id="AssociationEndNavigation"
name="AssociationEndNavigation EMF model handler">
</propertyModelHandler>
</extension>
<extension
- point="org.eclipse.papyrus.properties.runtime.propertyEditorProvider">
+ point="org.eclipse.papyrus.views.properties.runtime.propertyEditorProvider">
<propertyEditorProvider
- class="org.eclipse.papyrus.properties.runtime.propertyeditor.PropertyEditorProvider">
+ class="org.eclipse.papyrus.views.properties.runtime.propertyeditor.PropertyEditorProvider">
<Priority
name="Lowest">
</Priority>
<PropertyEditor
allowMultiValue="false"
- class="org.eclipse.papyrus.properties.runtime.uml.propertyeditor.MultiplicityPropertyEditor"
+ class="org.eclipse.papyrus.uml.properties.runtime.propertyeditor.MultiplicityPropertyEditor"
description="This editor allows edition of multiplicity properties "
- factory="org.eclipse.papyrus.properties.runtime.uml.propertyeditor.descriptor.MultiplicityPropertyEditorDescriptorFactory"
- id="org.eclipse.papyrus.properties.runtime.uml.multiplicityPropertyEditor"
- typeValidator="org.eclipse.papyrus.properties.runtime.uml.propertyeditor.MultiplicityPropertyEditorValidator">
+ factory="org.eclipse.papyrus.uml.properties.runtime.propertyeditor.descriptor.MultiplicityPropertyEditorDescriptorFactory"
+ id="org.eclipse.papyrus.views.properties.runtime.uml.multiplicityPropertyEditor"
+ typeValidator="org.eclipse.papyrus.uml.properties.runtime.propertyeditor.MultiplicityPropertyEditorValidator">
</PropertyEditor>
</propertyEditorProvider>
</extension>

Back to the top