Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-01-12 16:33:35 +0000
committercletavernie2012-01-12 16:33:35 +0000
commitaaa0f0a63bf9890ee7911e638a41d8b721d7c2fd (patch)
treec3a0567c109cba2de3406ef18fc683e569603484 /plugins/customization/org.eclipse.papyrus.customization.properties/plugin.xml
parent76fbe55c1db8045c1be47e31f59296ecac6ae157 (diff)
downloadorg.eclipse.papyrus-aaa0f0a63bf9890ee7911e638a41d8b721d7c2fd.tar.gz
org.eclipse.papyrus-aaa0f0a63bf9890ee7911e638a41d8b721d7c2fd.tar.xz
org.eclipse.papyrus-aaa0f0a63bf9890ee7911e638a41d8b721d7c2fd.zip
359794: [UML - Tools] Content/Label providers
https://bugs.eclipse.org/bugs/show_bug.cgi?id=359794
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.customization.properties/plugin.xml')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization.properties/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization.properties/plugin.xml b/plugins/customization/org.eclipse.papyrus.customization.properties/plugin.xml
index 67ef5f92eb1..6774a9d3314 100644
--- a/plugins/customization/org.eclipse.papyrus.customization.properties/plugin.xml
+++ b/plugins/customization/org.eclipse.papyrus.customization.properties/plugin.xml
@@ -34,7 +34,7 @@
</environment>
</extension>
<extension point="org.eclipse.papyrus.views.properties.context">
- <context contextModel="Model/Customization.ctx" loadDefault="true">
+ <context contextModel="Model/Customization.ctx">
</context>
</extension>
<extension point="org.eclipse.ui.views.properties.tabbed.propertyContributor">

Back to the top