diff options
5 files changed, 74 insertions, 0 deletions
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 b95d709ed..bc899cc6b 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 @@ -80,4 +80,44 @@ </para> </listitem> </itemizedlist> + + <para><emphasis>Check Connection Existence</emphasis></para> + <para> + Use this action to check whether a connection exists. + </para> + <itemizedlist> + <listitem> + <para> + Parameters: + + <itemizedlist> + <listitem> + <para> + <xref linkend="source_text_path" xrefstyle="template:%t"/> + </para> + </listitem> + <listitem> + <para> + <xref linkend="source_operator" xrefstyle="template:%t"/> + </para> + </listitem> + <listitem> + <para> + <xref linkend="target_text_path" xrefstyle="template:%t"/> + </para> + </listitem> + <listitem> + <para> + <xref linkend="target_operator" xrefstyle="template:%t"/> + </para> + </listitem> + <listitem> + <para> + <xref linkend="exists" xrefstyle="template:%t"/> + </para> + </listitem> + </itemizedlist> + </para> + </listitem> + </itemizedlist> </section>
\ No newline at end of file diff --git a/org.eclipse.jubula.documentation/releasenotes/en/docbook/8.1.9/features.xml b/org.eclipse.jubula.documentation/releasenotes/en/docbook/8.1.9/features.xml new file mode 100644 index 000000000..0af295d65 --- /dev/null +++ b/org.eclipse.jubula.documentation/releasenotes/en/docbook/8.1.9/features.xml @@ -0,0 +1,16 @@ +<section xml:id="new-features-and-developments-8.1.9" 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"> + <title>New Features and Developments</title> + + <para> + <emphasis role="strong">New actions for the RCP toolkit(GEF)</emphasis> + </para> + <itemizedlist> + <listitem> + <para> + You can now check existence of connections in GEF Figure canvas using the unbound module <emphasis>ub_fcv_checkExistenceOfConnection_byTextpaths</emphasis> from <emphasis>unbound_modules_rcp</emphasis> + </para> + </listitem> + </itemizedlist> +</section>
\ No newline at end of file diff --git a/org.eclipse.jubula.documentation/releasenotes/en/docbook/8.1.9/issues.xml b/org.eclipse.jubula.documentation/releasenotes/en/docbook/8.1.9/issues.xml new file mode 100644 index 000000000..297bdfbb3 --- /dev/null +++ b/org.eclipse.jubula.documentation/releasenotes/en/docbook/8.1.9/issues.xml @@ -0,0 +1,9 @@ +<section xml:id="known-issues-and-other-information-8.1.9" + 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"> + <title>Known issues and other information</title> + <para> + <emphasis role="strong"></emphasis> + </para> + +</section>
\ No newline at end of file diff --git a/org.eclipse.jubula.documentation/releasenotes/en/docbook/8.1.9/notes.xml b/org.eclipse.jubula.documentation/releasenotes/en/docbook/8.1.9/notes.xml new file mode 100644 index 000000000..8cd3d654c --- /dev/null +++ b/org.eclipse.jubula.documentation/releasenotes/en/docbook/8.1.9/notes.xml @@ -0,0 +1,8 @@ +<chapter xml:id="release-notes-for-version-8.1.9" 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"> + <title>Release Notes for version 8.1.9</title> + + <xi:include href="features.xml"/> + <xi:include href="issues.xml"/> +</chapter>
\ No newline at end of file diff --git a/org.eclipse.jubula.documentation/releasenotes/en/docbook/book.xml b/org.eclipse.jubula.documentation/releasenotes/en/docbook/book.xml index 82b7f5c0c..319645566 100644 --- a/org.eclipse.jubula.documentation/releasenotes/en/docbook/book.xml +++ b/org.eclipse.jubula.documentation/releasenotes/en/docbook/book.xml @@ -28,6 +28,7 @@ <link xl:href="http://testing.bredex.de/migration-information.html">http://testing.bredex.de/migration-information.html</link>
</para>
</chapter>
+ <xi:include href="8.1.9/notes.xml"/>
<xi:include href="8.1.8/notes.xml"/>
<xi:include href="8.1.7/notes.xml"/>
<xi:include href="8.1.6/notes.xml"/>
|