Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2019-04-25 12:23:34 +0000
committervincent lorenzo2019-04-25 14:25:20 +0000
commit86e8c8b47417fa72d12031bedcf106baaaf5a786 (patch)
treebaab77d1809b041a78d4e62d6b674231eae97b61 /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/plugin.xml
parentb652bd10e6bd01051947426f31aaaa8ab97d9988 (diff)
downloadorg.eclipse.papyrus-86e8c8b47417fa72d12031bedcf106baaaf5a786.tar.gz
org.eclipse.papyrus-86e8c8b47417fa72d12031bedcf106baaaf5a786.tar.xz
org.eclipse.papyrus-86e8c8b47417fa72d12031bedcf106baaaf5a786.zip
Bug 546737: [Properties] UML Advanced Properties always assumes we are working with UML. -> this assertion is quite wrong
Change-Id: I8938a5fe397bd86726f94ad6dd64bb688f769ee4 Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/plugin.xml')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/plugin.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/plugin.xml b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/plugin.xml
index 2aeb3448a6a..f651f3010f8 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/plugin.xml
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/plugin.xml
@@ -64,10 +64,10 @@
point="org.eclipse.ui.views.properties.tabbed.propertySections">
<propertySections contributorId="TreeOutlinePage">
<propertySection
- afterSection=""
- class="org.eclipse.papyrus.uml.diagram.common.sheet.UMLPropertySection"
- id="AdvancedProperty"
- tab="advanced">
+ class="org.eclipse.papyrus.uml.diagram.common.sheet.UMLPropertySection"
+ filter="org.eclipse.papyrus.uml.diagram.common.internal.sheet.UMLPropertySectionFilter"
+ id="AdvancedProperty"
+ tab="advanced">
<input type="java.lang.Object"/>
</propertySection>
</propertySections>

Back to the top