From 4005baca684795630edcfac55dff8fb4995b60d4 Mon Sep 17 00:00:00 2001 From: Chris Goldthorpe Date: Wed, 5 Dec 2007 18:40:04 +0000 Subject: Bug 212050 – [CheatSheet] Incorrect schema documentation for "dependsOn --- .../schema/compositeContentFile.exsd | 14 +++++++------- .../schema/compositeContentFile.html | 16 ++++++++-------- 2 files changed, 15 insertions(+), 15 deletions(-) (limited to 'org.eclipse.ui.cheatsheets') diff --git a/org.eclipse.ui.cheatsheets/schema/compositeContentFile.exsd b/org.eclipse.ui.cheatsheets/schema/compositeContentFile.exsd index 9716ca5a9..e704d2ddb 100644 --- a/org.eclipse.ui.cheatsheets/schema/compositeContentFile.exsd +++ b/org.eclipse.ui.cheatsheets/schema/compositeContentFile.exsd @@ -41,7 +41,7 @@ A task group represents a collection of related tasks. If the kind is "choice" only one of the child tasks need to be completed. If the kind is "set" or "sequence" all children must be completed. -Note that the child elements <task>, <taskGroup>, <intro>, <onCompletion> and <dependency> may occur in any order. The order of the <task> and <taskGroup> elements determines the order in which they will be displayed and in the case of a sequence the order in which they must be performed. +Note that the child elements <task>, <taskGroup>, <intro>, <onCompletion> and <dependsOn> may occur in any order. The order of the <task> and <taskGroup> elements determines the order in which they will be displayed and in the case of a sequence the order in which they must be performed. @@ -52,7 +52,7 @@ Note that the child elements <task>, <taskGroup>, &a - + @@ -84,7 +84,7 @@ Note that the child elements <task>, <taskGroup>, &a - An id for this task group which is required if this task group is referenced by a dependency element. + An id for this task group which is required if this task group is referenced by a dependsOn element. @@ -103,7 +103,7 @@ Note that the child elements <task>, <taskGroup>, &a A leaf task within a composite cheat sheet. A task does not have children, but it does have a task editor which shows in the lower/right hand pane of the cheat sheet view. The task kind determines which task editor will be opened, a task kind of "cheatsheet" represents a simple cheatsheet. Other task kinds may be contributed. -Note that the child elements <intro>, <onCompletion>, <param> and <dependency> may occur in any order. +Note that the child elements <intro>, <onCompletion>, <param> and <dependsOn> may occur in any order. @@ -111,7 +111,7 @@ Note that the child elements <intro>, <onCompletion> - + @@ -133,7 +133,7 @@ Note that the child elements <intro>, <onCompletion> - An id for this task group which is required if this task group is referenced by a dependency element. + An id for this task group which is required if this task group is referenced by a dependsOn element. @@ -195,7 +195,7 @@ Note that the child elements <intro>, <onCompletion> - + Creates a dependency between two tasks or subtasks. diff --git a/org.eclipse.ui.cheatsheets/schema/compositeContentFile.html b/org.eclipse.ui.cheatsheets/schema/compositeContentFile.html index 606dd027a..2b4410798 100644 --- a/org.eclipse.ui.cheatsheets/schema/compositeContentFile.html +++ b/org.eclipse.ui.cheatsheets/schema/compositeContentFile.html @@ -27,34 +27,34 @@ The root element of a composite cheatsheet

  • name - The name of the composite cheat sheet which will be displayed in large font when the composite cheat sheet is opened.
-

<!ELEMENT taskGroup ((task | taskGroup)+ , intro? , onCompletion? , dependency*)>

+

<!ELEMENT taskGroup ((task | taskGroup)+ , intro? , onCompletion? , dependsOn*)>

<!ATTLIST taskGroup

kind (set|sequence|choice) "set"

name CDATA #REQUIRED

id   CDATA #IMPLIED

skip (true | false) "false">

A task group represents a collection of related tasks. If the kind is "choice" only one of the child tasks need to be completed. If the kind is "set" or "sequence" all children must be completed. -Note that the child elements <task>, <taskGroup>, <intro>, <onCompletion> and <dependency> may occur in any order. The order of the <task> and <taskGroup> elements determines the order in which they will be displayed and in the case of a sequence the order in which they must be performed.

+Note that the child elements <task>, <taskGroup>, <intro>, <onCompletion> and <dependsOn> may occur in any order. The order of the <task> and <taskGroup> elements determines the order in which they will be displayed and in the case of a sequence the order in which they must be performed.


  • kind - The kind of this task group which can be "set", "sequence" or "choice". If the kind is set or sequence this task group is complete when all of its child tasks/task groups have been completed. In addition the subtasks of a sequence must be completed in order. A choice is complete when any of its subtasks has been completed.
  • name - The name of this task group which will be displayed in the task explorer.
  • -
  • id - An id for this task group which is required if this task group is referenced by a dependency element.
  • +
  • id - An id for this task group which is required if this task group is referenced by a dependsOn element.
  • skip - If true this group of tasks may be skipped.
-

<!ELEMENT task (intro? , onCompletion? , param* , dependency*)>

+

<!ELEMENT task (intro? , onCompletion? , param* , dependsOn*)>

<!ATTLIST task

kind CDATA "set"

name CDATA #REQUIRED

id   CDATA #IMPLIED

skip (true | false) "false">

A leaf task within a composite cheat sheet. A task does not have children, but it does have a task editor which shows in the lower/right hand pane of the cheat sheet view. The task kind determines which task editor will be opened, a task kind of "cheatsheet" represents a simple cheatsheet. Other task kinds may be contributed. -Note that the child elements <intro>, <onCompletion>, <param> and <dependency> may occur in any order.

+Note that the child elements <intro>, <onCompletion>, <param> and <dependsOn> may occur in any order.


  • kind - The task kind. A task kind of "cheatsheet" represents a simple cheatsheet, other task kinds can be contributed using the extension point org.eclipse.ui.cheatsheets.cheatSheetContent.
  • name - The name of this task which will be displayed in the task explorer.
  • -
  • id - An id for this task group which is required if this task group is referenced by a dependency element.
  • +
  • id - An id for this task group which is required if this task group is referenced by a dependsOn element.
  • skip - If true this task may be skipped.

<!ELEMENT param EMPTY>

@@ -86,8 +86,8 @@ Contains the text which will be displayed before this task has been started. May Contains the text which will be displayed in the completion panel for this task. May contain form text markup.



-

<!ELEMENT dependency EMPTY>

-

<!ATTLIST dependency

+

<!ELEMENT dependsOn EMPTY>

+

<!ATTLIST dependsOn

task CDATA #REQUIRED>

-- cgit v1.2.3