diff options
| author | Sebastian Helman | 2016-09-13 12:23:11 +0000 |
|---|---|---|
| committer | Marvin Mueller | 2016-09-15 05:42:50 +0000 |
| commit | 921cd59345736ae5abcc20e3632e5a28e44cba60 (patch) | |
| tree | 038e49e00a7b3040c229c6a22be22486a342f5e0 | |
| parent | cdc84ecfa782c3d62c19297391c6ac6128484bdd (diff) | |
| download | org.eclipse.jubula.core-921cd59345736ae5abcc20e3632e5a28e44cba60.tar.gz org.eclipse.jubula.core-921cd59345736ae5abcc20e3632e5a28e44cba60.tar.xz org.eclipse.jubula.core-921cd59345736ae5abcc20e3632e5a28e44cba60.zip | |
Fix for Bug 1620 - Path names may be too long for windows
Signed-off-by: Sebastian Helman <Sebastian.Helman@bredex.de>
204 files changed, 201 insertions, 204 deletions
diff --git a/org.eclipse.jubula.documentation/buildScript.xml b/org.eclipse.jubula.documentation/buildScript.xml index 80d86bfb5..feb9a31b8 100644 --- a/org.eclipse.jubula.documentation/buildScript.xml +++ b/org.eclipse.jubula.documentation/buildScript.xml @@ -40,7 +40,7 @@ <arg value="1"/> <arg value="--stringparam"/> <arg value="use.id.as.filename"/> - <arg value="1"/> + <arg value="0"/> <arg value="--stringparam"/> <arg value="generate.toc"/> <arg value="chapter toc diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/content.xml index fbc4dd45b..bebdd58cf 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsSpecificToHTMLApplications" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="specificToHTMLApps"?> + <title>Actions specific to HTML applications</title> <xi:include href="thatExecuteBehavior/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/forSynchronization/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/forSynchronization/content.xml index c1260c89f..0212db94c 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/forSynchronization/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/forSynchronization/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsForSynchronizationHTML" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="forSynchronization"?> + <title>Actions for synchronization - HTML toolkit</title> <xi:include href="wait/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/forSynchronization/wait/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/forSynchronization/wait/content.xml index 1bd140c18..5d7212d96 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/forSynchronization/wait/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/forSynchronization/wait/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionWaitForComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="wait"?> + <title>Wait for component (based on locator)</title> <itemizedlist> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/clickLocator/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/clickLocator/content.xml index 3ede6b929..2f3d62b48 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/clickLocator/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/clickLocator/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionClickLocator" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="clickLocator"?> + <title>Click Locator</title> <itemizedlist> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/content.xml index 22981df9b..6e2b38137 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsThatExecuteBehaviorHTML" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="thatExecuteBehavior"?> + <title>Actions that execute behavior - HTML toolkit</title> <xi:include href="clickLocator/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/goBack/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/goBack/content.xml index 2902fa29f..699a192f2 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/goBack/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/goBack/content.xml @@ -9,7 +9,6 @@ <section xml:id="actionGoBack" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="goBack"?> <title>Go Back</title> <para> <itemizedlist> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/inputTextAlert/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/inputTextAlert/content.xml index 7d997e09a..42ca2718c 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/inputTextAlert/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/inputTextAlert/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionInputTextAlert" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="inputTextAlert"?> + <title>Input Text into Alert/Prompt/Confirmation</title> <itemizedlist> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/interactAlert/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/interactAlert/content.xml index 0f799f0fb..f94f2ebe2 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/interactAlert/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/interactAlert/content.xml @@ -9,7 +9,6 @@ <section xml:id="actionInteractAlert" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="interactAlert"?> <title>Interact with Alert/Prompt/Confirmation</title> <para><emphasis>Interact with dialog</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/openURL/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/openURL/content.xml index d31f35ef9..a4125e359 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/openURL/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/openURL/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionOpenURL" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="openURL"?> + <title>Open URL</title> <itemizedlist> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/reloadPage/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/reloadPage/content.xml index dfe880e65..a2d1e6124 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/reloadPage/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/reloadPage/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionReloadPage" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="reloadPage"?> + <title>Reload page</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/selectWindowByTitle/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/selectWindowByTitle/content.xml index 65e6adca9..6fc3fcded 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/selectWindowByTitle/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/selectWindowByTitle/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionSelectWindowByTitle" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="selectWindowByTitle"?> + <title>Select Window by Title</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/selectWindowWithID/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/selectWindowWithID/content.xml index 70317fd1c..a356ad9cd 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/selectWindowWithID/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatExecuteBehavior/selectWindowWithID/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionSelectWindowWithID" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="selectWindowWithID"?> + <title>Select Window with Identifier</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkCSSPathCount/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkCSSPathCount/content.xml index d2e3bf948..92e083583 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkCSSPathCount/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkCSSPathCount/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckCSSPathCount" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkCSSPathCount"?> + <title>Check CSS Path Count</title> <itemizedlist> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkExistenceAlert/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkExistenceAlert/content.xml index 0f96c684e..765ff9c16 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkExistenceAlert/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkExistenceAlert/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckExistenceAlert" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkExistenceAlert"?> + <title>Check Existence of Alert/Prompt/Confirmation</title> <itemizedlist> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkTextAlert/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkTextAlert/content.xml index d7e378f86..63ad1ee0c 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkTextAlert/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkTextAlert/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckTextAlert" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkTextAlert"?> + <title>Check Text of Alert/Prompt/Confirmation</title> <itemizedlist> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkTextByLocator/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkTextByLocator/content.xml index 7619bfe14..39bf29110 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkTextByLocator/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkTextByLocator/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckText" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkTextByLocator"?> + <title>Check Text by Locator</title> <itemizedlist> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkURL/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkURL/content.xml index f0dedae91..bec95d4f7 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkURL/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkURL/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckURL" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkURL"?> + <title>Check URL</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkXPathCount/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkXPathCount/content.xml index 87a934382..58ed22b42 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkXPathCount/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/checkXPathCount/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckXPathCount" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkXPathCount"?> + <title>Check XPath Count</title> <itemizedlist> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/content.xml index dbe380f22..5fe221301 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToHTMLApps/thatPerformChecks/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsThatPerformChecksHTML" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="thatPerformChecks"?> + <title>Actions that perform checks - HTML toolkit</title> <xi:include href="checkCSSPathCount/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/content.xml index fb1b0424b..dc5d6aab1 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsSpecificToJavaFXApplications" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="specificToJavaFXApps"?> + <title>Actions specific to JavaFX applications</title> <xi:include href="thatExecuteBehavior/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/forStoringProperties/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/forStoringProperties/content.xml index 059891ade..421508524 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/forStoringProperties/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/forStoringProperties/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsForStoringPropertiesTreeTables" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="forStoringProperties"?> + <title>Actions for storing values of properties as variables</title> <xi:include href="treeTables.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/forStoringValues/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/forStoringValues/content.xml index b73377efa..86631b90a 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/forStoringValues/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/forStoringValues/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsForStoringValuesTreeTables" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="forStoringValues"?> + <title>Actions for storing values as variables</title> <xi:include href="treeTables.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatExecuteBehavior/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatExecuteBehavior/content.xml index 79600eaa2..61a079776 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatExecuteBehavior/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatExecuteBehavior/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsThatExecuteBehaviorJavaFX" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="thatExecuteBehavior"?> + <title>Actions that execute behavior - JavaFX toolkit</title> <xi:include href="move/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatExecuteBehavior/move/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatExecuteBehavior/move/content.xml index e66186a61..ccd941dc8 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatExecuteBehavior/move/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatExecuteBehavior/move/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionMoveJavaFX" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="move"?> + <title>Move</title> <xi:include href="treeTables.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatExecuteBehavior/select/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatExecuteBehavior/select/content.xml index b954681dc..2c93f89b6 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatExecuteBehavior/select/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatExecuteBehavior/select/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionSelectJavaFX" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="select"?> + <title>Select</title> <xi:include href="treeTables.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/checkEditability/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/checkEditability/content.xml index 3a9555d37..d78228765 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/checkEditability/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/checkEditability/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsCheckEditabilityTreeTables" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkEditability"?> + <title>Check Editability</title> <xi:include href="treeTables.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/checkExistence/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/checkExistence/content.xml index 66f481675..b3e6b8b66 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/checkExistence/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/checkExistence/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckExistenceJavaFX" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkExistence"?> + <title>Check Existence</title> <xi:include href="treeTables.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/checkSelection/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/checkSelection/content.xml index 310d4eab0..48a583e53 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/checkSelection/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/checkSelection/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckSelectionJavaFX" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkSelection"?> + <title>Check Selection</title> <xi:include href="treeTables.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/checkText/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/checkText/content.xml index 068e54419..b52d69c32 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/checkText/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/checkText/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsCheckTextTreeTables" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkText"?> + <title>Check Text</title> <xi:include href="treeTables.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/content.xml index 5ae180180..0e62b6b61 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToJavaFXApps/thatPerformChecks/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsThatPerformChecksJavaFX" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="thatPerformChecks"?> + <title>Actions that perform checks - JavaFX toolkit</title> <xi:include href="checkSelection/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/content.xml index e6355f935..d53fd010d 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsSpecificToSWTAndRCPApplications" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="specificToSWTAndRCPApplications"?> + <title>Actions specific to SWT and RCP applications</title> <xi:include href="thatExecuteBehavior/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/content.xml index f8dfa1e03..c6a99cc90 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsOnTheGEFFigureCanvas" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="onTheGEFFigureCanvas"?> + <title>Actions on the GEF figure canvas</title> <xi:include href="thatExecuteBehavior/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatExecuteBehavior/click/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatExecuteBehavior/click/content.xml index cb88145e4..35b88d723 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatExecuteBehavior/click/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatExecuteBehavior/click/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionClickGEF" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="click"?> + <title>Click in GEF Figure Canvas</title> <para><emphasis>Click Connection</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatExecuteBehavior/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatExecuteBehavior/content.xml index 297a1ee50..126a77192 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatExecuteBehavior/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatExecuteBehavior/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsThatExecuteBehaviorGEF" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="thatExecuteBehavior"?> + <title>Actions that execute behavior - GEF Figure Canvas</title> <xi:include href="click/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatExecuteBehavior/dragAndDrop/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatExecuteBehavior/dragAndDrop/content.xml index 6cdaef36e..865e22115 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatExecuteBehavior/dragAndDrop/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatExecuteBehavior/dragAndDrop/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionDragAndDropGEF" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="dragAndDrop"?> + <title>Drag and Drop in GEF Figure Canvas</title> <para><emphasis>Drag Figure</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatExecuteBehavior/select/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatExecuteBehavior/select/content.xml index 3d7a491f7..9e21bd21a 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatExecuteBehavior/select/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatExecuteBehavior/select/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionSelectGEF" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="select"?> + <title>Select Tool</title> <para><emphasis>Select Tool</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkConnection/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkConnection/content.xml index 345983bd9..4ce17f219 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkConnection/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkConnection/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckAnchorHasConnectionGEF" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkConnection"?> + <title>Check Anchor has Connection in GEF Figure Canvas</title> <para><emphasis>Check Anchor has Connection</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkCount/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkCount/content.xml index 0a9fd3eb8..b9a951a5e 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkCount/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkCount/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckAnchorCountGEF" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkCount"?> + <title>Check Anchor Count</title> <para><emphasis>Check Anchor Count</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkExistence/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkExistence/content.xml index bc899cc6b..6bd0bb2cf 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkExistence/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkExistence/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckExistenceGEF" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkExistence"?> + <title>Check Existence in GEF Figure Canvas</title> <para><emphasis>Check Figure Existence</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkProperty/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkProperty/content.xml index 7b026cdec..e586aab02 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkProperty/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/checkProperty/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckPropertyGEF" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkProperty"?> + <title>Check Figure Property</title> <para><emphasis>Check Figure Property</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/content.xml index e40cf2789..4e069cc70 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/onTheGEFFigureCanvas/thatPerformChecks/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsThatPerformChecksGEF" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="thatPerformChecks"?> + <title>Actions that perform checks - GEF Figure Canvas</title> <xi:include href="checkExistence/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatExecuteBehavior/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatExecuteBehavior/content.xml index 07f3e6270..1c542bf59 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatExecuteBehavior/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatExecuteBehavior/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsThatExecuteBehaviorSWT" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="thatExecuteBehavior"?> + <title>Actions that execute behavior - SWT Toolkit</title> <xi:include href="select/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatExecuteBehavior/select/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatExecuteBehavior/select/content.xml index 7342cc59a..690362e2b 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatExecuteBehavior/select/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatExecuteBehavior/select/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionSelectSWT" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="select"?> + <title>Select</title> <xi:include href="toolbarItems.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatExecuteBehavior/toggleCheckbox/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatExecuteBehavior/toggleCheckbox/content.xml index 81a21f898..21e033d18 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatExecuteBehavior/toggleCheckbox/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatExecuteBehavior/toggleCheckbox/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionToggleCheckboxSWT" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="toggleCheckbox"?> + <title>Toggle checkbox</title> <xi:include href="trees.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatPerformChecks/checkEnablement/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatPerformChecks/checkEnablement/content.xml index 549672110..e1f0cd627 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatPerformChecks/checkEnablement/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatPerformChecks/checkEnablement/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckEnablementSWT" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkEnablement"?> + <title>Check Enablement in Toolbar item</title> <para><emphasis>Check Enablement of Entry by Indexpath</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatPerformChecks/checkExistence/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatPerformChecks/checkExistence/content.xml index 96b7bb00b..109d02321 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatPerformChecks/checkExistence/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatPerformChecks/checkExistence/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckExistenceSWT" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkExistence"?> + <title>Check Existence of entry in Toolbar item</title> <para><emphasis>Check Existence of Entry by Indexpath</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatPerformChecks/checkSelection/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatPerformChecks/checkSelection/content.xml index bfc159d34..ac2fbcae7 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatPerformChecks/checkSelection/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatPerformChecks/checkSelection/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckSelectionSWT" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkSelection"?> + <title>Check Selection - SWT toolkit</title> <xi:include href="toolbarItems.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatPerformChecks/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatPerformChecks/content.xml index 58be53e24..79518b273 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatPerformChecks/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/specificToSWTAndRCPApps/thatPerformChecks/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsThatPerformChecksSWT" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="thatPerformChecks"?> + <title>Actions that perform checks - SWT toolkit</title> <xi:include href="checkEnablement/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/content.xml index 817028000..077199bba 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsUsableOnMostApplications" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="usableOnMostApps"?> + <title>Actions usable on most applications</title> <xi:include href="thatExecuteBehavior/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forAUTLifecycle/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forAUTLifecycle/content.xml index 36d64a09f..76ec11257 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forAUTLifecycle/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forAUTLifecycle/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsForAUTLifecycle" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="forAUTLifecycle"?> + <title>Actions for AUT lifecycle (restarting)</title> <xi:include href="restart/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forAUTLifecycle/prepareForAUTTermination/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forAUTLifecycle/prepareForAUTTermination/content.xml index 8b718fcfe..b784a076b 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forAUTLifecycle/prepareForAUTTermination/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forAUTLifecycle/prepareForAUTTermination/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionPrepareForAUTTermination" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="prepareForAUTTermination"?> + <title>Prepare for AUT Termination</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forAUTLifecycle/restart/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forAUTLifecycle/restart/content.xml index 2de2bb3f6..d82c51ff8 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forAUTLifecycle/restart/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forAUTLifecycle/restart/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionRestart" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="restart"?> + <title>Restart</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forAUTLifecycle/synchronizeTerminationAndRestartOfAUT/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forAUTLifecycle/synchronizeTerminationAndRestartOfAUT/content.xml index b324ba7c6..9a3b819cb 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forAUTLifecycle/synchronizeTerminationAndRestartOfAUT/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forAUTLifecycle/synchronizeTerminationAndRestartOfAUT/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionSynchronizeTerminationAndRestartOfAUT" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="synchronizeTerminationAndRestartOfAUT"?> + <title>Synchronize Termination and Restart of AUT</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forComparingValues/checkNumericValues/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forComparingValues/checkNumericValues/content.xml index 00faec17b..10fb3d846 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forComparingValues/checkNumericValues/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forComparingValues/checkNumericValues/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckNumericValues" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkNumericValues"?> + <title>Check Numeric Values</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forComparingValues/checkStringValues/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forComparingValues/checkStringValues/content.xml index 24e07bb64..32fd69b48 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forComparingValues/checkStringValues/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forComparingValues/checkStringValues/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckStringValues" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkStringValues"?> + <title>Check String Values</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forComparingValues/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forComparingValues/content.xml index 79825490e..64dbecce3 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forComparingValues/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forComparingValues/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsForComparingValues" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="forComparingValues"?> + <title>Actions for comparing values</title> <xi:include href="checkNumericValues/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forStoringValues/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forStoringValues/content.xml index c1bd792f5..ffd1390be 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forStoringValues/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forStoringValues/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsForStoringValues" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="forStoringValues"?> + <title>Actions for storing values as variables</title> <xi:include href="generalComponents.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/content.xml index e067befeb..d2732a08b 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsForSynchronization" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="forSynchronization"?> + <title>Actions for synchronization</title> <xi:include href="wait/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/wait/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/wait/content.xml index 52460d6a6..58677209b 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/wait/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/wait/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionWait" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="wait"?> + <title>Wait</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForComponentGeneral/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForComponentGeneral/content.xml index ccfd78bbc..ca5483a5e 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForComponentGeneral/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForComponentGeneral/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionWaitForComponentGeneral" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="waitForComponentGeneral"?> + <title>Wait for Component (General)</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForComponentMenuBar/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForComponentMenuBar/content.xml index d30b263bf..7ceefc4ce 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForComponentMenuBar/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForComponentMenuBar/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionWaitForComponentMenuBar" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="waitForComponentMenuBar"?> + <title>Wait for Component (Menu Bar)</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForEnablement/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForEnablement/content.xml index 214497d97..fd79df454 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForEnablement/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForEnablement/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionWaitForEnablement" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="waitForEnablement"?> + <title>Wait for Enablement</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForWindow/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForWindow/content.xml index 8006d475e..1d6505d23 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForWindow/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForWindow/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionWaitForWindow" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="waitForWindow"?> + <title>Wait for Window</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForWindowActivation/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForWindowActivation/content.xml index 9ad160cf9..30c5f964e 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForWindowActivation/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForWindowActivation/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionWaitForWindowActivation" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="waitForWindowActivation"?> + <title>Wait for Window Activation</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForWindowToClose/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForWindowToClose/content.xml index 4732584cc..26ac9bf7b 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForWindowToClose/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/forSynchronization/waitForWindowToClose/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionWaitForWindowToClose" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="waitForWindowToClose"?> + <title>Wait for Window to Close</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/activateApplication/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/activateApplication/content.xml index cc9139876..d1b02f742 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/activateApplication/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/activateApplication/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionActivateApplication" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="activateApplication"?> + <title>Activate application</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/click/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/click/content.xml index fc03f49b5..485c6d9c3 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/click/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/click/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionClick" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="click"?> + <title>Click</title> <para><emphasis role="strong">Click in active window</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/collapseExpandTree/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/collapseExpandTree/content.xml index ed800fb88..f35db46f7 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/collapseExpandTree/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/collapseExpandTree/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCollapseExpandTree" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="collapseExpandTree"?> + <title>Collapse / Expand Trees</title> <para><emphasis>Collapse Node by Indexpath</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/content.xml index 66a9ccd37..2c0876549 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsThatExecuteBehavior" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="thatExecuteBehavior"?> + <title>Actions that execute behavior</title> <xi:include href="activateApplication/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/copyTextToClipboard/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/copyTextToClipboard/content.xml index 7002bb642..c9aa437fa 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/copyTextToClipboard/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/copyTextToClipboard/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCopyTextToClipboard" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="copyTextToClipboard"?> + <title>Copy text to clipboard</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/dragAndDrop/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/dragAndDrop/content.xml index 03dc3f7cd..a4252acb9 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/dragAndDrop/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/dragAndDrop/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionDragAndDrop" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="dragAndDrop"?> + <title>Drag and drop</title> <xi:include href="generalComponents.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/executeExternalCommand/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/executeExternalCommand/content.xml index b99cdca77..a3643bb07 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/executeExternalCommand/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/executeExternalCommand/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionExecuteExternalCommand" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="executeExternalCommand"?> + <title>Execute external command</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/executeExternalCommandOperatingSystem/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/executeExternalCommandOperatingSystem/content.xml index 04535b0a3..1a8d9bcb0 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/executeExternalCommandOperatingSystem/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/executeExternalCommandOperatingSystem/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionExecuteExternalCommandOperatingSystem" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="executeExternalCommandOperatingSystem"?> + <title>Execute external command</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/invokeMethod/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/invokeMethod/content.xml index 1f4b9b7c8..aae65e9d4 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/invokeMethod/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/invokeMethod/content.xml @@ -9,7 +9,7 @@ <section xml:id="invokeMethod" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="invokeMethod"?> + <title>Invoke Method</title> <xi:include href="generalComponents.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/manualTestStep/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/manualTestStep/content.xml index 9c2b76ef0..1b1409288 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/manualTestStep/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/manualTestStep/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionManualTestStep" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="manualTestStep"?> + <title>Manual test step</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/moveInTablesAndTrees/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/moveInTablesAndTrees/content.xml index 437482db3..38ccee6c3 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/moveInTablesAndTrees/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/moveInTablesAndTrees/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionMoveInTablesAndTrees" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="moveInTablesAndTrees"?> + <title>Move in tables and trees</title> <xi:include href="tableComponents.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/pauseTestExecution/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/pauseTestExecution/content.xml index 8904ffcb9..9139c0afd 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/pauseTestExecution/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/pauseTestExecution/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionPauseTestExecution" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="pauseTestExecution"?> + <title>Pause test execution</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/select/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/select/content.xml index ed3e17472..4e99bdd7e 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/select/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/select/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionSelect" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="select"?> + <title>Select</title> <xi:include href="comboComponents.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/setPosition/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/setPosition/content.xml index 2fe09b4cd..52f2365fb 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/setPosition/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/setPosition/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionSetPosition" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="setPosition"?> + <title>Set Position</title> <xi:include href="sliderComponents.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/showText/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/showText/content.xml index 4d114013b..f753ac306 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/showText/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/showText/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionShowText" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="showText"?> + <title>Show text</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/stopwatch/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/stopwatch/content.xml index 1347283c3..a4ba4a9f8 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/stopwatch/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/stopwatch/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionStopwatch" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="stopwatch"?> + <title>Stopwatch - Start and Stop Timer</title> <para><emphasis>Start Timer</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/takeScreenshot/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/takeScreenshot/content.xml index 1e5cb977b..8366ec9cc 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/takeScreenshot/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatExecuteBehavior/takeScreenshot/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionTakeScreenshot" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="takeScreenshot"?> + <title>Take Screenshot</title> <para><emphasis>Take Screenshot</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkEditability/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkEditability/content.xml index 4ff43d71e..321286c76 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkEditability/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkEditability/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckEditability" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkEditability"?> + <title>Check Editability</title> <xi:include href="generalComponents.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkEnablement/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkEnablement/content.xml index 4c694e1bf..331c8f660 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkEnablement/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkEnablement/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsCheckEnablement" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkEnablement"?> + <title>Check Enablement</title> <xi:include href="generalComponents.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkExistence/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkExistence/content.xml index a0997cb08..b9ae92bcb 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkExistence/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkExistence/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsCheckExistence" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkExistence"?> + <title>Check Existence</title> <xi:include href="generalComponents.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkFocus/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkFocus/content.xml index 8da278a47..8cbd3c1d8 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkFocus/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkFocus/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsCheckFocus" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkFocus"?> + <title>Check Focus</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkPosition/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkPosition/content.xml index 4b937ac08..eb3359c2e 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkPosition/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkPosition/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionCheckPosition" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkPosition"?> + <title>Check Position</title> <xi:include href="sliderComponents.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/content.xml index 0853d3f98..d256a90ee 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsCheckProperty" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkProperty"?> + <title>Check Property</title> <xi:include href="generalComponents.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/generalComponents.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/generalComponents.xml index bd4827c65..cbc76536e 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/generalComponents.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/generalComponents.xml @@ -9,7 +9,7 @@ <section xml:id="actionsCheckPropertyGeneral" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkProperty"?> + <title>Check Property (General Components)</title> <para><emphasis>Check Property</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/listComponents.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/listComponents.xml index 4596e8138..ea884b125 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/listComponents.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/listComponents.xml @@ -9,7 +9,6 @@ <section xml:id="actionsCheckPropertyListComponents" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkProperty"?> <title>Check Property in List Components</title> <para><emphasis>Check Property at Mouse Position</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/tableComponents.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/tableComponents.xml index abf28324f..40414d600 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/tableComponents.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/tableComponents.xml @@ -9,7 +9,7 @@ <section xml:id="actionsCheckPropertyTableComponents" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkProperty"?> + <title>Check Property in Table Components</title> <para><emphasis>Check Property at Mouse Position</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/treeComponents.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/treeComponents.xml index e994ab6ae..90efc0b94 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/treeComponents.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/treeComponents.xml @@ -9,7 +9,7 @@ <section xml:id="actionsCheckPropertyTreeComponents" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkProperty"?> + <title>Check Property in Tree Components</title> <para><emphasis>Check Property at Mouse Position</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/treeTableComponents.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/treeTableComponents.xml index c24db5831..e542e5834 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/treeTableComponents.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkProperty/treeTableComponents.xml @@ -9,7 +9,7 @@ <section xml:id="actionsCheckPropertyTreeTableComponents" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkProperty"?> + <title>Check Property in Tree Table Components</title> <para><emphasis>Check Property at Mouse Position</emphasis></para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkSelection/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkSelection/content.xml index d7c2dbc9b..356d1e3e9 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkSelection/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkSelection/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsCheckSelection" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkSelection"?> + <title>Check Selection</title> <xi:include href="generalComponents.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkText/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkText/content.xml index e95164e52..76c45ebb9 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkText/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/checkText/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsCheckText" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="checkText"?> + <title>Check Text</title> <xi:include href="componentsThatShowText.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/content.xml index 31637988a..e4c9d503e 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatPerformChecks/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsThatPerformChecks" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="thatPerformChecks"?> + <title>Actions that perform checks</title> <xi:include href="checkEditability/content.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatSendKeyboardInteraction/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatSendKeyboardInteraction/content.xml index 985d8a85f..3ad3e1765 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatSendKeyboardInteraction/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/actions/usableOnMostApps/thatSendKeyboardInteraction/content.xml @@ -9,7 +9,7 @@ <section xml:id="actionsThatSendKeyboardInteraction" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="thatSendKeyboardInteraction"?> + <title>Actions that send keyboard interaction (key presses, text input)</title> <xi:include href="generalComponents.xml"/> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/buttonComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/buttonComponent/content.xml index faf4f22cb..073c1c06b 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/buttonComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/buttonComponent/content.xml @@ -9,7 +9,7 @@ <section xml:id="abstractToolkitButtonComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="buttonComponent"?> + <title>Abstract toolkit button component</title> <para> This is an abstract component. diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/content.xml index d9847e643..6d185490e 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/content.xml @@ -9,7 +9,7 @@ <section xml:id="abstractToolkitComponentOverview" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="abstractToolkit"?> + <title>Abstract toolkit component overview</title> <para> The abstract toolkit contains component types which are available on all toolkits supported, and which have diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/graphicsComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/graphicsComponent/content.xml index 7b5ea3a3f..ada96284e 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/graphicsComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/graphicsComponent/content.xml @@ -9,7 +9,7 @@ <section xml:id="abstractToolkitGraphicsComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="graphicsComponent"?> + <title>Abstract toolkit graphics component</title> <para> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/textComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/textComponent/content.xml index 035232b06..75a4b3457 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/textComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/textComponent/content.xml @@ -9,7 +9,7 @@ <section xml:id="abstractToolkitTextComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="graphicsComponent"?> + <title>Abstract toolkit text component</title> <para> This is an abstract component. diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/textInputComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/textInputComponent/content.xml index 6f8e4e201..99086f143 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/textInputComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/abstractToolkit/textInputComponent/content.xml @@ -9,7 +9,7 @@ <section xml:id="abstractToolkitTextInputComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="graphicsComponent"?> + <title>Abstract toolkit text input component</title> <para> This is an abstract component. diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/application/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/application/content.xml index f47f833e9..f5909bd12 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/application/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/application/content.xml @@ -9,7 +9,7 @@ <section xml:id="ConcreteToolkitApplicationComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="application"?> + <title>Concrete toolkit application component</title> <para> The <emphasis>Application</emphasis> component is the container for all other components. diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/buttonComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/buttonComponent/content.xml index e2ababb72..afb8175e4 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/buttonComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/buttonComponent/content.xml @@ -9,7 +9,7 @@ <section xml:id="ConcreteToolkitButtonComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="buttonComponent"?> + <title>Concrete toolkit button component</title> <para> This component includes standard buttons, check boxes and radio buttons. diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/comboComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/comboComponent/content.xml index b32066530..20d615371 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/comboComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/comboComponent/content.xml @@ -9,7 +9,7 @@ <section xml:id="ConcreteToolkitComboComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="comboComponent"?> + <title>Concrete toolkit combo component</title> <para> A <emphasis>combo component</emphasis> is a component which consists of a field or button and a drop down diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/content.xml index cdda97cfd..721c78f89 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/content.xml @@ -9,7 +9,7 @@ <section xml:id="concreteToolkitComponentOverview" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="concreteToolkit"?> + <title>Concrete toolkit component overview</title> <para> The concrete toolkit contains components and actions which are available in all other supported toolkits. An diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/listComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/listComponent/content.xml index 6d5a71c9f..c8e8ccb1e 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/listComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/listComponent/content.xml @@ -9,7 +9,7 @@ <section xml:id="ConcreteToolkitListComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="listComponent"?> + <title>Concrete toolkit list component</title> <para> A <emphasis>list</emphasis> component is a component which displays a number of values. Lists allow single or multiple diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/menuBarComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/menuBarComponent/content.xml index e4508cc14..1bc1e58f7 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/menuBarComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/menuBarComponent/content.xml @@ -9,7 +9,7 @@ <section xml:id="ConcreteToolkitMenuBarComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="menuBarComponent"?> + <title>Concrete toolkit menu bar component</title> <para> A <emphasis>menu bar</emphasis> component is the component typically found at the top of an application window. diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/operatingSystemComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/operatingSystemComponent/content.xml index 57506b4a9..e3340c271 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/operatingSystemComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/operatingSystemComponent/content.xml @@ -9,7 +9,7 @@ <section xml:id="ConcreteToolkitOperatingSystemComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="operatingSystem"?> + <title>Concrete toolkit Operating System component</title> <para> The <emphasis>Operating System</emphasis> component is the container for everything which happens diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/sliderComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/sliderComponent/content.xml index 4fb28706b..276624ce6 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/sliderComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/sliderComponent/content.xml @@ -9,7 +9,7 @@ <section xml:id="ConcreteToolkitSliderComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="sliderComponent"?> + <title>Concrete toolkit slider component</title> <para> A <emphasis>slider</emphasis> component is a component in which a data value can be chosen diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/tabbedComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/tabbedComponent/content.xml index 4e2b1699e..f92a5c0bf 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/tabbedComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/tabbedComponent/content.xml @@ -9,7 +9,7 @@ <section xml:id="ConcreteToolkitTabComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="tabbedComponent"?> + <title>Concrete toolkit tabbed component</title> <para> A <emphasis>tabbed</emphasis> component is a container that allows you to switch between multiple groups of diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/tableComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/tableComponent/content.xml index 5d424771a..537efc902 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/tableComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/tableComponent/content.xml @@ -9,7 +9,7 @@ <section xml:id="ConcreteToolkitTableComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="tableComponent"?> + <title>Concrete toolkit table component</title> <para> A <emphasis>table</emphasis> component is a component in which data is displayed and edited. diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/textComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/textComponent/content.xml index ba365e618..f938bd84f 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/textComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/textComponent/content.xml @@ -9,7 +9,7 @@ <section xml:id="ConcreteToolkitTextComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="textComponent"?> + <title>Concrete toolkit text component</title> <para> A <emphasis>text</emphasis> component is used for displaying a small, descriptive text and/or an image. diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/textInputComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/textInputComponent/content.xml index 4a2d78e0c..5b12b2330 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/textInputComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/textInputComponent/content.xml @@ -9,7 +9,7 @@ <section xml:id="ConcreteToolkitTextInputComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="textInputComponent"?> + <title>Concrete toolkit text input component</title> <para> This class of components describes generally all editable text areas. diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/tooltipComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/tooltipComponent/content.xml index ec78805d6..4a35bc075 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/tooltipComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/tooltipComponent/content.xml @@ -9,7 +9,7 @@ <section xml:id="ConcreteToolkitTooltipComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="tooltipComponent"?> + <title>Concrete toolkit tooltip component</title> <para> The tooltip is a graphical user interface element. It is used in conjunction with a cursor, usually a pointer. diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/treeComponent/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/treeComponent/content.xml index fa1ff5dbc..f36631660 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/treeComponent/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/concreteToolkit/treeComponent/content.xml @@ -9,7 +9,7 @@ <section xml:id="ConcreteToolkitTreeComponent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="treeComponent"?> + <title>Concrete toolkit tree component</title> <para> A <emphasis>tree</emphasis> component is a component with linked elements (nodes) and a hierarchical structure. One diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/gefToolkit/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/gefToolkit/content.xml index 1e9d66120..ecf368b2d 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/gefToolkit/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/gefToolkit/content.xml @@ -9,7 +9,7 @@ <section xml:id="gefToolkitComponentOverview" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="gefToolkit"?> + <title>GEF toolkit component overview</title> <para> The GEF toolkit can be used to test components within a figure canvas in RCP applications. You must set the toolkit to diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/gefToolkit/figureCanvas/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/gefToolkit/figureCanvas/content.xml index 527b8c896..50b5a827c 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/gefToolkit/figureCanvas/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/gefToolkit/figureCanvas/content.xml @@ -9,7 +9,7 @@ <section xml:id="GEFToolkitFigureCanvas" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="figureCanvas"?> + <title>GEF toolkit figure canvas</title> <para> The <emphasis>figure canvas</emphasis> component is an editor where figures, connections and anchors are displayed. diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/alertPromptConfirmationDialog/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/alertPromptConfirmationDialog/content.xml index 584d270d9..baa32747b 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/alertPromptConfirmationDialog/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/alertPromptConfirmationDialog/content.xml @@ -9,7 +9,7 @@ <section xml:id="HTMLToolkitAlertPromptConfirmationDialog" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="alertPromptConfirmationDialog"?> + <title>HTML toolkit Alert/Prompt/Confirmation dialog</title> <para> <emphasis>Alert/Prompt/Confirmation Dialogs</emphasis> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/anchor/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/anchor/content.xml index b406196ce..1ba0d4cf9 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/anchor/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/anchor/content.xml @@ -9,7 +9,7 @@ <section xml:id="HTMLToolkitAnchor" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="anchor"?> + <title>HTML toolkit anchor</title> <para> A HTML hyperlink is a link which can be followed from within a browser. diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/browser/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/browser/content.xml index 637e3609a..bdf1624b3 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/browser/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/browser/content.xml @@ -9,7 +9,7 @@ <section xml:id="HTMLToolkitBrowser" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="browser"?> + <title>HTML toolkit browser</title> <para> The <emphasis>Web Browser</emphasis> component is the container for all other components in a HTML AUT. diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/content.xml index 4a89d0711..f72856174 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/content.xml @@ -9,7 +9,7 @@ <section xml:id="htmlToolkitComponentOverview" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="htmlToolkit"?> + <title>HTML toolkit component overview</title> <para> The HTML toolkit contains components that are specific to HTML applications. You will only have access to these components diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/locator/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/locator/content.xml index 9e72c05cd..e30f8faf2 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/locator/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/htmlToolkit/locator/content.xml @@ -9,7 +9,7 @@ <section xml:id="HTMLToolkitLocator" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="locator"?> + <title>HTML toolkit locator</title> <para> <emphasis>Locator</emphasis> diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/javaFXToolkit/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/javaFXToolkit/content.xml index 23563a0c4..300182f67 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/javaFXToolkit/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/javaFXToolkit/content.xml @@ -9,7 +9,7 @@ <section xml:id="javaFXToolkitComponentOverview" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="javaFXToolkit"?> + <title>JavaFX toolkit component overview</title> <para> The JavaFX toolkit contains components that are specific to JavaFX applications. You will only have access to these components diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/javaFXToolkit/treeTable/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/javaFXToolkit/treeTable/content.xml index cf5be67aa..10631b9eb 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/javaFXToolkit/treeTable/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/javaFXToolkit/treeTable/content.xml @@ -9,7 +9,7 @@ <section xml:id="JavaFXTreeTable" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="treeTable"?> + <title>JavaFX toolkit tree table</title> <para> A tree table is a JavaFX component which has some of the properties of a tree (e.g. nodes which can be expanded or diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/swtToolkit/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/swtToolkit/content.xml index 3108fe866..594b1f57f 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/swtToolkit/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/swtToolkit/content.xml @@ -9,7 +9,7 @@ <section xml:id="swtToolkitComponentOverview" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="swtToolkit"?> + <title>SWT toolkit component overview</title> <para> The SWT toolkit contains components specific to SWT applications. You will only have access to these components if you diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/swtToolkit/toolItem/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/swtToolkit/toolItem/content.xml index d7574f742..9c56bd958 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/swtToolkit/toolItem/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/swtToolkit/toolItem/content.xml @@ -9,7 +9,7 @@ <section xml:id="SWTToolkitToolItem" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="toolItem"?> + <title>SWT toolkit tool item</title> <para> Toolbar items are buttons and their menus on a toolbar, such as the one in the ITE. Each of the buttons on the toolbar diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/swtToolkit/tree/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/swtToolkit/tree/content.xml index 3bf89c185..b26a5c26b 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/swtToolkit/tree/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/swtToolkit/tree/content.xml @@ -9,7 +9,7 @@ <section xml:id="SWTToolkitTree" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="tree"?> + <title>SWT toolkit tree</title> <para> A tree in SWT is essentially the same as a tree in Swing, with an extra option to have checkboxes on the nodes of the diff --git a/org.eclipse.jubula.documentation/reference/en/docbook/components/swtToolkit/treeTable/content.xml b/org.eclipse.jubula.documentation/reference/en/docbook/components/swtToolkit/treeTable/content.xml index 04c48ed14..a604bf5be 100644 --- a/org.eclipse.jubula.documentation/reference/en/docbook/components/swtToolkit/treeTable/content.xml +++ b/org.eclipse.jubula.documentation/reference/en/docbook/components/swtToolkit/treeTable/content.xml @@ -9,7 +9,7 @@ <section xml:id="SWTToolkitTreeTable" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="treeTable"?> + <title>SWT toolkit tree table</title> <para> A tree table is an SWT component which has some of the properties of a tree (e.g. nodes which can be expanded or diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/approaches/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/approaches/content.xml index 9acf47568..71d815a2d 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/approaches/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/approaches/content.xml @@ -10,7 +10,7 @@ <section xml:id="approaches-to-testing" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="approaches"?> + <title>Approaches to testing</title> <para> Modular testing is supported by the ITE. You can either create diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/architecture/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/architecture/content.xml index 6422b40f3..557fe3ab0 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/architecture/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/architecture/content.xml @@ -10,7 +10,7 @@ <section xml:id="architecture" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="architecture"?> + <title>Architecture</title> <xi:include href="sectionIntroArchitecture.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/chapterIntro/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/chapterIntro/content.xml index 613cc5f47..48be8f376 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/chapterIntro/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/chapterIntro/content.xml @@ -10,7 +10,7 @@ <section xml:id="chapterIntroConcepts" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="chapterIntro"?> + <title>Introduction to this chapter</title> <para> The following sections introduce the concepts and capabilities of diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/databaseStructure/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/databaseStructure/content.xml index ab3e21bdb..9455fb020 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/databaseStructure/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/databaseStructure/content.xml @@ -10,7 +10,7 @@ <section xml:id="database-structure" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="databaseStructure"?> + <title>Database structure</title> <xi:include href="sectionIntroDBStructure.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/eventHandlers/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/eventHandlers/content.xml index 0f45c8c7c..ebc0f7608 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/eventHandlers/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/eventHandlers/content.xml @@ -10,7 +10,7 @@ <section xml:id="event-handlers" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="eventHandlers"?> + <title>Event Handlers</title> <anchor role="helpid" condition="eventHandlerAddContextId" xml:id="event-handlers.eventHandlerAddContextId" xreflabel="Event Handlers"/> <anchor role="helpid" condition="guidancerSpecTestCaseEditorContextId" xml:id="event-handlers.guidancerSpecTestCaseEditorContextId" xreflabel="Test Case Editor"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/extensibility/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/extensibility/content.xml index 82963ae88..89f8ee842 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/extensibility/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/extensibility/content.xml @@ -10,7 +10,7 @@ <section xml:id="extensibility" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="extensibility"?> + <title>Extensibility</title> <para> You can write extensions for various parts of the tool. diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/objectMapping/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/objectMapping/content.xml index 7b7f4976a..e2abc565a 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/objectMapping/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/objectMapping/content.xml @@ -10,7 +10,7 @@ <section xml:id="object-mapping-2" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="objectMapping"?> + <title>Object mapping</title> <xi:include href="sectionIntroObjectMapping.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/observeUserActions/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/observeUserActions/content.xml index 6f074ccc9..8946eaf37 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/observeUserActions/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/observeUserActions/content.xml @@ -10,7 +10,7 @@ <section xml:id="observing-user-actions" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="observeUserActions"?> + <title>Observing user actions</title> <para> As explained in the introduction (<xref linkend="recorded-tests"/>) and in diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/overview/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/overview/content.xml index 84640378d..60289b74f 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/overview/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/overview/content.xml @@ -10,7 +10,7 @@ <section xml:id="overview" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="overview"?> + <title>Overview</title> <para> The ITE is based on the <emphasis>Eclipse</emphasis> development diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/reusability/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/reusability/content.xml index 4c9c0686d..9797c66d6 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/reusability/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/reusability/content.xml @@ -10,7 +10,7 @@ <section xml:id="reusability" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="reusability"?> + <title>Reusability</title> <xi:include href="sectionIntroReusability.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/summary/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/summary/content.xml index 2e7b97004..1cfc83a85 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/summary/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/summary/content.xml @@ -10,7 +10,7 @@ <section xml:id="summary" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="reusability"?> + <title>Summary</title> <para> After reading this chapter, the structure and concepts of the tool diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/testExec/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/testExec/content.xml index 26c25257d..a53da5b5e 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/testExec/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/testExec/content.xml @@ -10,7 +10,7 @@ <section xml:id="test-execution-1" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="testExec"?> + <title>Test execution</title> <xi:include href="sectionIntroTestExec.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/testHierarchy/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/testHierarchy/content.xml index 6be063d8b..8ebd37396 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/testHierarchy/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/testHierarchy/content.xml @@ -10,7 +10,7 @@ <section xml:id="test-hierarchy" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="testHierarchy"?> + <title>Test hierarchy</title> <xi:include href="sectionIntroTestHierarchy.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/testing/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/testing/content.xml index 0d37b45c1..8e28d8918 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/testing/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/concepts/testing/content.xml @@ -10,7 +10,7 @@ <section xml:id="testing" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="testing"?> + <title>Testing</title> <xi:include href="sectionIntroTesting.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/introduction/chapterIntro/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/introduction/chapterIntro/content.xml index 885b28d0a..e6fb17258 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/introduction/chapterIntro/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/introduction/chapterIntro/content.xml @@ -10,7 +10,7 @@ <section xml:id="chapterIntroIntroduction" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="chapterIntro"?> + <title>Introduction to this chapter</title> <para> Jubula is a tool for the automated testing of Graphical diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/introduction/comparison/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/introduction/comparison/content.xml index b84596956..9d88764b2 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/introduction/comparison/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/introduction/comparison/content.xml @@ -10,7 +10,7 @@ <section xml:id="comparison-to-other-testing-approaches" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="comparison"?> + <title>Comparison to other testing approaches</title> <xi:include href="sectionIntroApproach.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/introduction/howTo/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/introduction/howTo/content.xml index 515173eab..5f99c1279 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/introduction/howTo/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/introduction/howTo/content.xml @@ -10,7 +10,7 @@ <section xml:id="how-to-read-this-manual" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="howTo"?> + <title>How to read this manual</title> <xi:include href="sectionAboutTheHelp.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/samples/adder/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/samples/adder/content.xml index 54926cc26..7096b1ad4 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/samples/adder/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/samples/adder/content.xml @@ -10,7 +10,7 @@ <section xml:id="Samplesaddertests" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="adder"?> + <title>Adder Tests</title> <xi:include href="sectionUsingSwingSimpleAdder.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/samples/chapterIntro/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/samples/chapterIntro/content.xml index dad7a13b4..3ede47909 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/samples/chapterIntro/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/samples/chapterIntro/content.xml @@ -10,7 +10,7 @@ <section xml:id="chapterIntroSamples" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="chapterIntro"?> + <title>Introduction to this chapter</title> <para> The aim of this chapter is to present several tests highlighting diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/samples/dvd/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/samples/dvd/content.xml index a975dc4e8..e89d99eb4 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/samples/dvd/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/samples/dvd/content.xml @@ -10,7 +10,7 @@ <section xml:id="Samplesdvdtests" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="dvd"?> + <title>DVD Tool Tests</title> <xi:include href="sectionTestingMenuBarAndDialogBoxes.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/samples/exampleProject/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/samples/exampleProject/content.xml index 5c54b1d68..b9605f6d0 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/samples/exampleProject/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/samples/exampleProject/content.xml @@ -10,7 +10,7 @@ <section xml:id="the-structure-of-the-example-project" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="exapleProject"?> + <title>The structure of the example Project</title> <xi:include href="sectionIntroExampleProject.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/samples/preparedProject/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/samples/preparedProject/content.xml index 3ead33532..e3b141538 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/samples/preparedProject/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/samples/preparedProject/content.xml @@ -10,7 +10,7 @@ <section xml:id="accessing-the-prepared-project" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="preparedProject"?> + <title>Accessing the prepared Project</title> <xi:include href="sectionImportAndLoadPreparedProject.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/adaptUI/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/adaptUI/content.xml index 7c0c89785..2efcb2ee2 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/adaptUI/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/adaptUI/content.xml @@ -10,7 +10,7 @@ <section xml:id="adapting-the-user-interface" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="adaptUI"?> + <title>Adapting the user interface</title> <anchor role="helpid" condition="problemViewContextId" xml:id="adapting-the-user-interface.problemViewContextId" xreflabel="Problem View"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/chapterIntro/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/chapterIntro/content.xml index f2ff222c0..0ba06f59d 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/chapterIntro/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/chapterIntro/content.xml @@ -10,7 +10,7 @@ <section xml:id="chapterIntroTasks" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="chapterIntro"?> + <title>Introduction to this chapter</title> <para> This chapter provides step-by-step instructions on designing, diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/configurePrefs/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/configurePrefs/content.xml index 50d5592bf..0f0b87e20 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/configurePrefs/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/configurePrefs/content.xml @@ -10,7 +10,7 @@ <section xml:id="configure-prefs" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="configurePrefs"?> + <title>Preferences</title> <xi:include href="sectionIntroPreferences.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/dealWithErrors/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/dealWithErrors/content.xml index 4b6045636..a62933fbc 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/dealWithErrors/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/dealWithErrors/content.xml @@ -10,7 +10,7 @@ <section xml:id="dealing-with-errors-in-tests" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="dealWithErrors"?> + <title>Dealing with errors in tests: Event Handlers</title> <anchor role="helpid" condition="guidancerSpecTestCaseEditorContextId" xml:id="dealing-with-errors-in-tests.guidancerSpecTestCaseEditorContextId" xreflabel="Test Case Editor"/> <anchor role="helpid" condition="eventHandlerAddContextId" xml:id="dealing-with-errors-in-tests.eventHandlerAddContextId" xreflabel="Event Handlers"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/defineAUT/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/defineAUT/content.xml index b5a2ef488..f0cd591be 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/defineAUT/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/defineAUT/content.xml @@ -10,7 +10,7 @@ <section xml:id="define-aut" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="defineAUT"?> + <title>Defining applications under test (AUTs)</title> <anchor role="helpid" condition="autSettingWizardPagePageContextId" xml:id="define-aut.autSettingWizardPagePageContextId" xreflabel="Defining an AUT"/> <anchor role="helpid" condition="runningAutsViewContextId" xml:id="define-aut.runningAutsViewContextId" xreflabel="Running AUTs View"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/finishUp/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/finishUp/content.xml index 4c7eb12e5..460ae68b9 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/finishUp/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/finishUp/content.xml @@ -10,7 +10,7 @@ <section xml:id="finishing-up" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="finishUp"?> + <title>Finishing up</title> <xi:include href="sectionStoppingTheAUT.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/infoTestSteps/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/infoTestSteps/content.xml index ef0b03156..8b2eb9d4b 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/infoTestSteps/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/infoTestSteps/content.xml @@ -10,7 +10,7 @@ <section xml:id="information-on-test-steps" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="infoTestSteps"?> + <title>Information on Test Steps</title> <anchor role="helpid" condition="capContextId" xml:id="information-on-test-steps.capContextId" xreflabel="Test Steps"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/launchConfig/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/launchConfig/content.xml index d5683a5c8..bcc226064 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/launchConfig/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/launchConfig/content.xml @@ -10,7 +10,7 @@ <section xml:id="launch-configurations" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="launchConfig"?> + <title>Launch Configurations</title> <xi:include href="sectionIntroLaunchConfig.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/logInAndSwitchDB/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/logInAndSwitchDB/content.xml index 741574b63..04c088aa3 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/logInAndSwitchDB/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/logInAndSwitchDB/content.xml @@ -10,7 +10,7 @@ <section xml:id="logging-into-and-switching-databases" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="logInAndSwitchDB"?> + <title>Logging into and switching databases</title> <anchor role="helpid" condition="dbLoginContextId" xml:id="logging-into-and-switching-databases.dbLoginContextId" xreflabel="Database Login"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/migrateToNewerVersion/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/migrateToNewerVersion/content.xml index 69b3e359a..785cd4113 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/migrateToNewerVersion/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/migrateToNewerVersion/content.xml @@ -10,7 +10,7 @@ <section xml:id="migrating-to-newer-versions" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="migrateToNewerVersion"?> + <title>Migrating to newer versions</title> <para> There are various steps that need to be taken to update your environment and your Projects to a new version. Instructions on performing the necessary updates are online on the Testing Resources Portal: diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/objectMapping/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/objectMapping/content.xml index 64a472709..3a206f094 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/objectMapping/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/objectMapping/content.xml @@ -10,7 +10,7 @@ <section xml:id="object-mapping" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="objectMapping"?> + <title>Object mapping</title> <xi:include href="sectionObjectMapping.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/observing/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/observing/content.xml index 0a33f90f6..74501628b 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/observing/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/observing/content.xml @@ -10,7 +10,7 @@ <section xml:id="observing" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="observing"?> + <title>Observing Test Cases</title> <anchor role="helpid" condition="guidancerSpecTestCaseEditorContextId" xml:id="observing.guidancerSpecTestCaseEditorContextId" xreflabel="Test Case Editor"/> <anchor role="helpid" condition="testSpecificationViewContextId" xml:id="observing.testSpecificationViewContextId" xreflabel="Test Case Browser"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/produceReports/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/produceReports/content.xml index c5b3ceeab..06187c140 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/produceReports/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/produceReports/content.xml @@ -10,7 +10,7 @@ <section xml:id="producing-reports-with-birt" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="produceReports"?> + <title>Producing long-term reports of test runs with BIRT</title> <xi:include href="sectionGeneratingBIRTReports.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/remoteDebugging/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/remoteDebugging/content.xml index b0ea9e02b..415bb851a 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/remoteDebugging/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/remoteDebugging/content.xml @@ -10,7 +10,7 @@ <section xml:id="remote-debugging" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="remote-debugging"?> + <title>Remote Debugging</title> <para> You can remote debug an AUT by simply modifying or creating a diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/searching/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/searching/content.xml index 7901c1a4c..9eb9e73d0 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/searching/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/searching/content.xml @@ -10,7 +10,7 @@ <section xml:id="searching" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="searching"?> + <title>Searching</title> <xi:include href="sectionSearchingForAndOpeningTheOriginalSpecification.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/specialCharacters/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/specialCharacters/content.xml index 2f422375c..f376d1308 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/specialCharacters/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/specialCharacters/content.xml @@ -10,7 +10,7 @@ <section xml:id="special-characters" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="specialCharacters"?> + <title>Special characters</title> <anchor role="helpid" condition="guidancerPropertiesViewContextId" xml:id="special-characters.guidancerPropertiesViewContextId" xreflabel="Properties View"/> <anchor role="helpid" condition="guidancerDataSetViewContextId" xml:id="special-characters.guidancerDataSetViewContextId" xreflabel="Data Sets View"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/startAndConfigureAUTs/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/startAndConfigureAUTs/content.xml index cbb77404e..d6f0a0d82 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/startAndConfigureAUTs/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/startAndConfigureAUTs/content.xml @@ -10,7 +10,7 @@ <section xml:id="starting-and-configuring-auts" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="startAndConfigureAUTs"?> + <title>Starting and configuring AUTs</title> <xi:include href="sectionConfiguringAUT.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/startAndConnectAUTAgent/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/startAndConnectAUTAgent/content.xml index a416426d5..48d213443 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/startAndConnectAUTAgent/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/startAndConnectAUTAgent/content.xml @@ -10,7 +10,7 @@ <section xml:id="starting-and-connecting-aut-agent" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="startAndConnectAUTAgent"?> + <title>Starting and connecting to the AUT Agent</title> <xi:include href="sectionIntroAUTAgent.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/startITE/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/startITE/content.xml index 840399e00..0fdebb846 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/startITE/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/startITE/content.xml @@ -10,7 +10,7 @@ <section xml:id="starting-the-integrated-test-environment" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="startITE"?> + <title>Starting the Integrated Test Environment (ITE)</title> <xi:include href="sectionWindowsUsers.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/testExec/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/testExec/content.xml index 1e8b26d71..cab62aa77 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/testExec/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/testExec/content.xml @@ -10,7 +10,7 @@ <section xml:id="testexec" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="testExec"?> + <title>Test execution</title> <xi:include href="sectionPrerequisites.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/troubleshooting/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/troubleshooting/content.xml index 5399deb95..1bd34db90 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/troubleshooting/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/troubleshooting/content.xml @@ -10,7 +10,7 @@ <section xml:id="troubleshooting" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="troubleshooting"?> + <title>Troubleshooting</title> <anchor role="helpid" condition="problemViewContextId" xml:id="troubleshooting.problemViewContextId" xreflabel="Problem View"/> <anchor role="helpid" condition="objectMapEditorContextId" xml:id="troubleshooting.objectMapEditorContextId" xreflabel="Object Mapping"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/useDBToolClient/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/useDBToolClient/content.xml index bbe18bd0f..a14178103 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/useDBToolClient/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/useDBToolClient/content.xml @@ -10,7 +10,7 @@ <section xml:id="using-the-dbtool-client-to-import-delete-and-export-from-the-command-line" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="useDBToolClient"?> + <title>Using the dbtool client to import, delete and export from the command line</title> <anchor role="helpid" condition="problemViewContextId" xml:id="using-the-dbtool-client-to-import-delete-and-export-from-the-command-line.problemViewContextId" xreflabel="Problem View"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/useMatchingAndRegex/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/useMatchingAndRegex/content.xml index d3f9988fd..74a870894 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/useMatchingAndRegex/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/useMatchingAndRegex/content.xml @@ -10,7 +10,7 @@ <section xml:id="using-matching-and-regex" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="useMatchingAndRegex"?> + <title>Using simple matching and regular expressions for text verification</title> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/useRelativePaths/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/useRelativePaths/content.xml index 448d3015c..382e80896 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/useRelativePaths/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/useRelativePaths/content.xml @@ -10,7 +10,7 @@ <section xml:id="using-relative-paths-in-aut-configurations-and-as-test-data" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="useRelativePaths"?> + <title>Using relative paths in AUT configurations and as test data</title> <anchor role="helpid" condition="guidancerPropertiesViewContextId" xml:id="using-relative-paths-in-aut-configurations-and-as-test-data.guidancerPropertiesViewContextId" xreflabel="Properties View"/> <anchor role="helpid" condition="autConfigSettingWizardPagePageContextId" xml:id="using-relative-paths-in-aut-configurations-and-as-test-data.autConfigSettingWizardPagePageContextId" xreflabel="Configuring an AUT"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/useTestExec/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/useTestExec/content.xml index a91c3e0d8..7c8d04af6 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/useTestExec/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/useTestExec/content.xml @@ -10,7 +10,7 @@ <section xml:id="using-the-test-executor-for-testing-from-the-command-line" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="useTestExec"?> + <title>Using the test executor for testing from the command line</title> <anchor role="helpid" condition="problemViewContextId" xml:id="using-the-test-executor-for-testing-from-the-command-line.problemViewContextId" xreflabel="Problem View"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithALM/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithALM/content.xml index 688b0ebbb..e244edb26 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithALM/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithALM/content.xml @@ -10,7 +10,7 @@ <section xml:id="working-with-external-task-repositories" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="workWithALM"?> + <title>Working with external task repositories (ALM Integration)</title> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithBrowsers/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithBrowsers/content.xml index 0b3b0c6f4..7e96926ef 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithBrowsers/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithBrowsers/content.xml @@ -10,7 +10,7 @@ <section xml:id="working-with-browsers" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="workWithBrowsers"?> + <title>Working with browsers: renaming, deleting, using IDs, multiple browsers</title> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithCategories/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithCategories/content.xml index e7e9b2514..c57cb87cb 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithCategories/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithCategories/content.xml @@ -10,7 +10,7 @@ <section xml:id="working-with-categories-in-the-browsers-and-editors" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="workWithCategories"?> + <title>Working with categories in the browsers and editors</title> <anchor role="helpid" condition="testSpecificationViewContextId" xml:id="working-with-categories-in-the-browsers-and-editors.testSpecificationViewContextId" xreflabel="Test Case Browser"/> <anchor role="helpid" condition="testExecViewContextId" xml:id="working-with-categories-in-the-browsers-and-editors.testExecViewContextId" xreflabel="Test Suite Browser"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithCodeCoverageJava/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithCodeCoverageJava/content.xml index 4bfe87c82..fa17a0463 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithCodeCoverageJava/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithCodeCoverageJava/content.xml @@ -10,7 +10,7 @@ <section xml:id="working-with-code-coverage-with-java-tests" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="workWithCodeCoverageJava"?> + <title>Working with code coverage with Java tests</title> <anchor role="helpid" condition="testResultSummaryViewContextId" xml:id="working-with-code-coverage-with-java-tests.testResultSummaryViewContextId" xreflabel="Test Result Summary View"/> <anchor role="helpid" condition="autConfigSettingWizardPagePageContextId" xml:id="working-with-code-coverage-with-java-tests.autConfigSettingWizardPagePageContextId" xreflabel="Configuring an AUT"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithComponentNames/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithComponentNames/content.xml index 9096f6fe7..785d2659e 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithComponentNames/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithComponentNames/content.xml @@ -10,7 +10,7 @@ <section xml:id="working-with-component-names" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="workWithComponentNames"?> + <title>Working with component names</title> <xi:include href="sectionIntroComponentNames.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithData/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithData/content.xml index c97536345..0bb0dcec6 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithData/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithData/content.xml @@ -10,7 +10,7 @@ <section xml:id="working-with-data" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="workWithData"?> + <title>Working with test data</title> <xi:include href="sectionDataTypesAndEnteringData.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithEditors/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithEditors/content.xml index 8b11e4cfa..7d88683a3 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithEditors/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithEditors/content.xml @@ -10,7 +10,7 @@ <section xml:id="working-with-editors" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="workWithEditors"?> + <title>Working with editors: opening, adding/deleting/renaming items, commenting, adding descriptions, extracting and replacing, reverting changes</title> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithJobs/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithJobs/content.xml index 934318c1e..4fc5af887 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithJobs/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithJobs/content.xml @@ -10,7 +10,7 @@ <section xml:id="working-with-jobs" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="workWithJobs"?> + <title>Working with Test Jobs to test multiple AUTs</title> <xi:include href="sectionCombiningTestSuitesIntoATestJob.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithManualTestCases/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithManualTestCases/content.xml index 2d3f718cc..f49e4891b 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithManualTestCases/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithManualTestCases/content.xml @@ -10,7 +10,7 @@ <section xml:id="working-with-manual" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="workWithManualTestCases"?> + <title>Working with manual Test Cases</title> <xi:include href="sectionCreatingManualTests.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithProblemsView/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithProblemsView/content.xml index 1ed433409..20f128585 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithProblemsView/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithProblemsView/content.xml @@ -10,7 +10,7 @@ <section xml:id="working-with-the-problems-view" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="workWithProblemsView"?> + <title>Working with the Problems View</title> <xi:include href="sectionTheProblemsView.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithProjects/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithProjects/content.xml index 2f433dffb..5dce36b5b 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithProjects/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithProjects/content.xml @@ -10,7 +10,7 @@ <section xml:id="working-with-projects" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="workWithProjects"?> + <title>Working with Projects</title> <xi:include href="sectionIntroProjects.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithSuites/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithSuites/content.xml index 09bd89964..b7b81b4a3 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithSuites/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithSuites/content.xml @@ -10,7 +10,7 @@ <section xml:id="working-with-suites" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="workWithSuites"?> + <title>Working with Test Suites</title> <xi:include href="sectionCreatingATestSuite.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithTestCases/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithTestCases/content.xml index 56688b5c1..f029527ea 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithTestCases/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithTestCases/content.xml @@ -10,7 +10,7 @@ <section xml:id="working-with-test-cases" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="workWithTestCases"?> + <title>Working with Test Cases</title> <anchor role="helpid" condition="testSpecificationViewContextId" xml:id="working-with-test-cases.testSpecificationViewContextId" xreflabel="Test Case Browser"/> <anchor role="helpid" condition="problemViewContextId" xml:id="working-with-test-cases.problemViewContextId" xreflabel="Problem View"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithTestResults/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithTestResults/content.xml index c904af52f..79347e2e2 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithTestResults/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithTestResults/content.xml @@ -10,7 +10,7 @@ <section xml:id="working-with-test-results" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="workWithTestResults"?> + <title>Working with test results</title> <xi:include href="sectionTheTestResultView.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithTeststyleGuidelines/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithTeststyleGuidelines/content.xml index dca2f50bf..af4edaebd 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithTeststyleGuidelines/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/tasks/workWithTeststyleGuidelines/content.xml @@ -10,7 +10,7 @@ <section xml:id="working-with-the-teststyle-guidelines" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="workWithTeststyleGuidelines"?> + <title>Working with the Teststyle guidelines</title> <xi:include href="sectionIntroTeststyle.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/chapterIntro/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/chapterIntro/content.xml index 4d3c160ac..7c2aa1638 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/chapterIntro/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/chapterIntro/content.xml @@ -10,7 +10,7 @@ <section xml:id="chapterIntroToolkit" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="chapterIntro"?> + <title>Introduction to this chapter</title> <para> This chapter contains information testing AUTs written in the diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/gefTest/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/gefTest/content.xml index b7e3a9c32..386b62cbf 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/gefTest/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/gefTest/content.xml @@ -10,7 +10,7 @@ <section xml:id="geftest" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="gefTest"?> + <title>Testing GEF AUTs</title> <anchor role="helpid" condition="projectWizardContextId" xml:id="geftest.projectWizardContextId" xreflabel="Creating a Project"/> <anchor role="helpid" condition="autConfigSettingWizardPagePageContextId" xml:id="geftest.autConfigSettingWizardPagePageContextId" xreflabel="Configuring an AUT"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/javaFX/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/javaFX/content.xml index 18d7f440e..cb88afe71 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/javaFX/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/javaFX/content.xml @@ -10,7 +10,7 @@ <section xml:id="toolkit-javafx" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="javaFX"?> + <title>Testing JavaFX AUTs</title> <anchor role="helpid" condition="projectWizardContextId" xml:id="toolkit-javafx.projectWizardContextId" xreflabel="Creating a Project"/> <anchor role="helpid" condition="autConfigSettingWizardPagePageContextId" xml:id="toolkit-javafx.autConfigSettingWizardPagePageContextId" xreflabel="Configuring an AUT"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/rcpAUT/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/rcpAUT/content.xml index dc7b70bbb..44cdd5d5e 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/rcpAUT/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/rcpAUT/content.xml @@ -10,7 +10,7 @@ <section xml:id="rcpaut" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="rcpAUT"?> + <title>Testing RCP AUTs</title> <anchor role="helpid" condition="projectWizardContextId" xml:id="rcpaut.projectWizardContextId" xreflabel="Creating a Project"/> <anchor role="helpid" condition="autSettingWizardPagePageContextId" xml:id="rcpaut.autSettingWizardPagePageContextId" xreflabel="Defining an AUT"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/swingAUT/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/swingAUT/content.xml index 6302ea41c..4c2f5f769 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/swingAUT/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/swingAUT/content.xml @@ -10,7 +10,7 @@ <section xml:id="testing-swing-auts" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="swingAUT"?> + <title>Testing Swing AUTs</title> <anchor role="helpid" condition="projectWizardContextId" xml:id="testing-swing-auts.projectWizardContextId" xreflabel="Creating a Project"/> <anchor role="helpid" condition="autConfigSettingWizardPagePageContextId" xml:id="testing-swing-auts.autConfigSettingWizardPagePageContextId" xreflabel="Configuring an AUT"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/webAUT/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/webAUT/content.xml index 2cfe8fb10..4fbadc7e7 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/webAUT/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/webAUT/content.xml @@ -10,7 +10,7 @@ <section xml:id="webaut" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="webAUT"?> + <title>Testing HTML AUTs</title> <anchor role="helpid" condition="projectWizardContextId" xml:id="webaut.projectWizardContextId" xreflabel="Creating a Project"/> <anchor role="helpid" condition="autConfigSettingWizardPagePageContextId" xml:id="webaut.autConfigSettingWizardPagePageContextId" xreflabel="Configuring an AUT"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/browsers/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/browsers/content.xml index d6ed473ef..bf63f9d3e 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/browsers/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/browsers/content.xml @@ -10,7 +10,7 @@ <section xml:id="browsers" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="browsers"?> + <title>Browsers</title> <xi:include href="sectionIntroBrowsers.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/editors/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/editors/content.xml index bba703f17..4579c6280 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/editors/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/editors/content.xml @@ -10,7 +10,7 @@ <section xml:id="editors" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="editors"?> + <title>Editors</title> <xi:include href="sectionIntroEditors.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/overviewUI/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/overviewUI/content.xml index 1c78f4222..68cb5bede 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/overviewUI/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/overviewUI/content.xml @@ -10,7 +10,7 @@ <section xml:id="overviewUI" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="overviewUI"?> + <title>Overview user interface</title> <para> There are four types of area in the user interface: diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/perspectives/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/perspectives/content.xml index 76815a869..82815a0fa 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/perspectives/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/perspectives/content.xml @@ -10,7 +10,7 @@ <section xml:id="perspectives" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="perspectives"?> + <title>Perspectives</title> <xi:include href="sectionSpecificationPerspective.xml"/> diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/statusbar/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/statusbar/content.xml index 4d152e6e2..166fd35e7 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/statusbar/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/statusbar/content.xml @@ -10,7 +10,7 @@ <section xml:id="the-status-bar" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="statusbar"?> + <title>The status bar</title> <para> The status bar in the lower right-hand corner of the perspective diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/views/content.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/views/content.xml index 97e3fa5e0..d9157416f 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/views/content.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/userinterface/views/content.xml @@ -10,7 +10,7 @@ <section xml:id="views" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xl="http://www.w3.org/1999/xlink" > - <?dbhtml dir="views"?> + <title>Views</title> <xi:include href="sectionIntroViews.xml"/> |
