Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2007-12-19 00:24:35 +0000
committerChris Goldthorpe2007-12-19 00:24:35 +0000
commit779b11713699220cf080ce4fa91925061d38b840 (patch)
tree4b3509dfac1dc287151cb8f89b1de22efb3ed6b5 /org.eclipse.ui.intro/schema
parent500f32918846c3544ab71940d78897611f979287 (diff)
downloadeclipse.platform.ua-779b11713699220cf080ce4fa91925061d38b840.tar.gz
eclipse.platform.ua-779b11713699220cf080ce4fa91925061d38b840.tar.xz
eclipse.platform.ua-779b11713699220cf080ce4fa91925061d38b840.zip
Bug 132474 – [Intro] org.eclipse.ui.intro.config extension point -- handle deprecated
Diffstat (limited to 'org.eclipse.ui.intro/schema')
-rw-r--r--org.eclipse.ui.intro/schema/config.exsd6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.ui.intro/schema/config.exsd b/org.eclipse.ui.intro/schema/config.exsd
index a7de6e753..ef4d01182 100644
--- a/org.eclipse.ui.intro/schema/config.exsd
+++ b/org.eclipse.ui.intro/schema/config.exsd
@@ -270,7 +270,11 @@ The content file is parsed at run time by the intro framework. Based on the sett
<meta.element deprecated="true"/>
</appInfo>
<documentation>
- an optional element that controls how launch bar handle is rendered. since 3.1
+ an optional element that controls how launch bar handle is rendered. since 3.1.
+
+Workbench has improved support work workbench window trims, so this
+ trim-specific support is left the workbench. The handle is now
+part of all trim parts.
</documentation>
</annotation>
<complexType>

Back to the top