Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTod Creasey2007-07-30 12:33:13 +0000
committerTod Creasey2007-07-30 12:33:13 +0000
commit0ddf9740bbe1b322000485bdda8cd50f9a0506af (patch)
treeca34049d82892f15fbd54c8dd5f7f06853a2e417 /bundles/org.eclipse.ui.ide/schema
parent69edd1a3ed2e07ce727cf5e978f03c24e6c91c0b (diff)
downloadeclipse.platform.ui-0ddf9740bbe1b322000485bdda8cd50f9a0506af.tar.gz
eclipse.platform.ui-0ddf9740bbe1b322000485bdda8cd50f9a0506af.tar.xz
eclipse.platform.ui-0ddf9740bbe1b322000485bdda8cd50f9a0506af.zip
Fix for Bug 197962 chkpii error in N20070726-0010
Diffstat (limited to 'bundles/org.eclipse.ui.ide/schema')
-rw-r--r--bundles/org.eclipse.ui.ide/schema/markerSupport.exsd2
1 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.ui.ide/schema/markerSupport.exsd b/bundles/org.eclipse.ui.ide/schema/markerSupport.exsd
index 84c49b42904..da6d4fd4a20 100644
--- a/bundles/org.eclipse.ui.ide/schema/markerSupport.exsd
+++ b/bundles/org.eclipse.ui.ide/schema/markerSupport.exsd
@@ -492,13 +492,11 @@ ON_ANY_IN_SAME_CONTAINER: on any item with the same top level container as the s
<annotation>
<documentation>
The scope of the grouping
-
One of
ON_ANY: any item in the workbench
ON_SELECTED_ONLY: on the currently selected item
ON_SELECTED_AND_CHILDREN: on the currently selected item and it&apos;s children
ON_ANY_IN_SAME_CONTAINER: on any item with the same top level container as the selection.
-
If this value is not set the value is ON_ANY
</documentation>
</annotation>

Back to the top