Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2004-10-26 16:03:02 +0000
committerDarin Wright2004-10-26 16:03:02 +0000
commit31f413c31327283cd9c0e939766a103902850943 (patch)
tree9ffec4b6aa4694b537e2cce065673c38c9965115
parenteed90594987891b4627354f39364f9cd7da641b3 (diff)
downloadeclipse.platform.debug-31f413c31327283cd9c0e939766a103902850943.tar.gz
eclipse.platform.debug-31f413c31327283cd9c0e939766a103902850943.tar.xz
eclipse.platform.debug-31f413c31327283cd9c0e939766a103902850943.zip
Bug 76626 - renderingId undefined attribute for rendering_property
-rw-r--r--org.eclipse.debug.core/schema/memoryRenderings.exsd7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.debug.core/schema/memoryRenderings.exsd b/org.eclipse.debug.core/schema/memoryRenderings.exsd
index 9b675a3a1..397b97170 100644
--- a/org.eclipse.debug.core/schema/memoryRenderings.exsd
+++ b/org.eclipse.debug.core/schema/memoryRenderings.exsd
@@ -96,6 +96,13 @@
</documentation>
</annotation>
</attribute>
+ <attribute name="renderingId" type="string">
+ <annotation>
+ <documentation>
+ The rendering this property is associated with
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>

Back to the top