Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZoltan Ujhelyi2020-06-07 10:07:42 +0000
committerZoltan Ujhelyi2020-06-07 10:20:13 +0000
commitdcb04122fc6266024228d266475d848bc94f86c1 (patch)
tree91bdfc8c00c3871507eca937fdc24a91a1e98637
parentc2d6339212aef0831832be428c8cd0c730614974 (diff)
downloadorg.eclipse.viatra-dcb04122fc6266024228d266475d848bc94f86c1.tar.gz
org.eclipse.viatra-dcb04122fc6266024228d266475d848bc94f86c1.tar.xz
org.eclipse.viatra-dcb04122fc6266024228d266475d848bc94f86c1.zip
[562355] Fixes installation guide for Rete visualizer and LS debugger2.4.0
Change-Id: I8ab24d2546e4bccf1a6225df9e2bf57bca9e4638 Signed-off-by: Zoltan Ujhelyi <zoltan.ujhelyi@incquerylabs.com>
-rw-r--r--documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/tools/query-profiling.adoc10
1 files changed, 4 insertions, 6 deletions
diff --git a/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/tools/query-profiling.adoc b/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/tools/query-profiling.adoc
index 188bd3c9d..c94e41be3 100644
--- a/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/tools/query-profiling.adoc
+++ b/documentation/org.eclipse.viatra.documentation.help/src/main/asciidoc/tools/query-profiling.adoc
@@ -9,11 +9,8 @@ ifndef::imagesdir[:imagesdir: {rootdir}/../images]
== Rete Visualizer
.Installation
-* Install the *Query Visualization* feature group from the VIATRA update site.
-** Before VIATRA 1.6 this feature relied on a pre-release version of GEF4 Zest; the version available from the GEF update sites did not work. Use the version from the VIATRA update sites.
-** Since VIATRA 1.6 GEF 5 is used
-*** JavaFX support is required
-*** e(fx)clipse runtime and GEF5 is required. They are both available from the Oxygen release train.
+* Install the *VIATRA Query and Transformation SDK Extensions* feature from the VIATRA update site.
+*** e(fx)clipse runtime and GEF5 is required. They are both available from the release train.
.Usage
* Go to *Window* | *Show View* | *Other...* and choose *Rete Visualizer*.
@@ -27,7 +24,8 @@ image:tools/rete_visualizer.png[]
== Local Search Debugger
.Installation
-* The Local Search Debugger Tooling is available in the Query Visualization feature group.
+* Install the *VIATRA Query and Transformation SDK Extensions* feature from the VIATRA update site.
+*** e(fx)clipse runtime and GEF5 is required. They are both available from the release train.
.Usage
* Open the Local Search Debugger view in Eclipse

Back to the top