Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-02-06 15:52:00 +0000
committercletavernie2012-02-06 15:52:00 +0000
commit2da4a8c9f2363f68d12390324a63e9093d31acbb (patch)
treefe224068b2606c6a11c66239b11c66d0b0a20fd9
parent643eb7f7107fa15e717ac8f8164efbdfa6a143aa (diff)
downloadorg.eclipse.papyrus-2da4a8c9f2363f68d12390324a63e9093d31acbb.tar.gz
org.eclipse.papyrus-2da4a8c9f2363f68d12390324a63e9093d31acbb.tar.xz
org.eclipse.papyrus-2da4a8c9f2363f68d12390324a63e9093d31acbb.zip
335332: [Property View] Papyrus shall provide an extensible property view runtime
https://bugs.eclipse.org/bugs/show_bug.cgi?id=335332
-rw-r--r--plugins/core/org.eclipse.papyrus.properties/schema/context.exsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/core/org.eclipse.papyrus.properties/schema/context.exsd b/plugins/core/org.eclipse.papyrus.properties/schema/context.exsd
index 3dcdd57d811..30f4542919e 100644
--- a/plugins/core/org.eclipse.papyrus.properties/schema/context.exsd
+++ b/plugins/core/org.eclipse.papyrus.properties/schema/context.exsd
@@ -59,7 +59,7 @@
</appInfo>
</annotation>
</attribute>
- <attribute name="loadDefault" type="boolean" use="default" value="true">
+ <attribute name="loadDefault" type="boolean">
<annotation>
<documentation>
If set to true, this context will be activated by default. Otherwise, the user will need to activate it manually through the preferences page (Preferences -&gt; Papyrus -&gt; Property views)

Back to the top