Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties.view/resources/uml_predefined_fragments.xml')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties.view/resources/uml_predefined_fragments.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.view/resources/uml_predefined_fragments.xml b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.view/resources/uml_predefined_fragments.xml
index 4f951596b1a..c83da46a547 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.view/resources/uml_predefined_fragments.xml
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.view/resources/uml_predefined_fragments.xml
@@ -1,5 +1,5 @@
<!--UML Basic fragment-->
-<fragments pluginId="org.eclipse.papyrus.properties.view.uml">
+<fragments pluginId="org.eclipse.papyrus.uml.properties.view">
<fragment id="fragment_single_NamedElement"><!-- fragment for single NameElement -->
<context enablesFor="1">
<elementClass name="org.eclipse.uml2.uml.NamedElement"></elementClass>
@@ -11,7 +11,7 @@
<controller predefinedId="UML_NamedElement_visibility"/>
<!-- <controller id="emftStructuralFeatureController">
<feature name="qualifiedName" handlerID="String"/>
- <editor id="org.eclipse.papyrus.properties.runtime.textPropertyEditor" label="Qualified Name:" labelPosition="16384"/>
+ <editor id="org.eclipse.papyrus.views.properties.runtime.textPropertyEditor" label="Qualified Name:" labelPosition="16384"/>
</controller> -->
</container>
</content>
@@ -43,7 +43,7 @@
<availableValue value="0..*"/>
<availableValue value="1..*"/>
</feature>
- <editor id="org.eclipse.papyrus.properties.runtime.uml.multiplicityPropertyEditor" label="Multiplicity:" labelPosition="16384"/>
+ <editor id="org.eclipse.papyrus.views.properties.runtime.uml.multiplicityPropertyEditor" label="Multiplicity:" labelPosition="16384"/>
</controller>
</expandableContainer>
<expandableContainer label="Redefinition And Subset" layout="Grid" numColumns="2" sameWidth="false">
@@ -68,8 +68,8 @@
<groupContainer label="MyGroup" layout="Grid" numColumns="1" sameWidth="false">
<controller id="emftStructuralFeatureController">
<feature name="qualifiedName" handlerID="String"/>
- <editor id="org.eclipse.papyrus.properties.runtime.textPropertyEditor" label="Qualified Name:" labelPosition="16384">
- <icon pluginID="org.eclipse.papyrus.properties.tabbed.uml" path="/icons/tool.gif"/>
+ <editor id="org.eclipse.papyrus.views.properties.runtime.textPropertyEditor" label="Qualified Name:" labelPosition="16384">
+ <icon pluginID="org.eclipse.papyrus.views.properties.tabbed.uml" path="/icons/tool.gif"/>
</editor>
</controller>
</groupContainer>

Back to the top