diff options
author | Marvin Mueller | 2015-09-11 07:10:31 +0000 |
---|---|---|
committer | Marvin Mueller | 2015-09-25 09:51:31 +0000 |
commit | b41d6598c3021ea4e19db22eec64933059ffeb9f (patch) | |
tree | e40bdbff88f98235990c4a0ebb2b77ba38ba1c93 /org.eclipse.jubula.documentation/releasenotes/en/docbook/8.1.9/features.xml | |
parent | 10bd5aad5c233dd7923404023057359237b02972 (diff) | |
download | org.eclipse.jubula.core-b41d6598c3021ea4e19db22eec64933059ffeb9f.tar.gz org.eclipse.jubula.core-b41d6598c3021ea4e19db22eec64933059ffeb9f.tar.xz org.eclipse.jubula.core-b41d6598c3021ea4e19db22eec64933059ffeb9f.zip |
Sprint task - documentation for check existence of connection JUB-1227
Diffstat (limited to 'org.eclipse.jubula.documentation/releasenotes/en/docbook/8.1.9/features.xml')
-rw-r--r-- | org.eclipse.jubula.documentation/releasenotes/en/docbook/8.1.9/features.xml | 16 |
1 files changed, 16 insertions, 0 deletions
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 |