Update equinox launcher version

Signed-off-by: Alexander Dudaev <Aleksandr.Dudayev@xored.com>
diff --git a/blog/atom.xml b/blog/atom.xml
index 7b59acd..1bd026b 100644
--- a/blog/atom.xml
+++ b/blog/atom.xml
@@ -3,7 +3,7 @@
     <title><![CDATA[RCP Testing Tool Blog]]></title>
     <link href="https://www.eclipse.org/rcptt/atom.xml" rel="self"/>
     <link href="https://www.eclipse.org/rcptt/"/>
-    <updated>2019-05-08T10:55:35+00:00</updated>
+    <updated>2019-08-15T12:55:26+00:00</updated>
     <id>https://www.eclipse.org/rcptt/blog</id>
             <author>
             <name><![CDATA[RCP Testing Tool Team]]></name>            <email><![CDATA[rcptt-dev@eclipse.org]]></email>        </author>
diff --git a/documentation/userguide/runner/arguments/index.html b/documentation/userguide/runner/arguments/index.html
index 62ffd7b..f51083b 100644
--- a/documentation/userguide/runner/arguments/index.html
+++ b/documentation/userguide/runner/arguments/index.html
@@ -188,7 +188,7 @@
 
 <pre>
 java &lt;RCPTT Runner VM arguments&gt;
-  -jar /path/to/runner/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar \
+  -jar /path/to/runner/plugins/org.eclipse.equinox.launcher_1.5.*.jar \
   -application org.eclipse.rcptt.runner.headless \
   -data /path/to/runner/workspace \
   &lt;the rest of arguments in form of -argName argValue&gt;
diff --git a/documentation/userguide/runner/build.xml b/documentation/userguide/runner/build.xml
index 0fada5b..025add1 100644
--- a/documentation/userguide/runner/build.xml
+++ b/documentation/userguide/runner/build.xml
@@ -20,7 +20,7 @@
 
   
   <target name="test" depends="init">
-    <java jar="${runner-path}/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar" fork="true">
+    <java jar="${runner-path}/plugins/org.eclipse.equinox.launcher_1.5.*.jar" fork="true">
       <arg value="-application" />
       <arg value="org.eclipse.rcptt.runner.headless" />
 
diff --git a/documentation/userguide/runner/runner.cmd b/documentation/userguide/runner/runner.cmd
index 18d879c..3381cb0 100644
--- a/documentation/userguide/runner/runner.cmd
+++ b/documentation/userguide/runner/runner.cmd
@@ -15,7 +15,7 @@
 :NORESULTS
 md %RESULTS%
 
-java -jar %RUNNER%/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar ^
+java -jar %RUNNER%/plugins/org.eclipse.equinox.launcher_1.5.*.jar ^
  -application org.eclipse.rcptt.runner.headless ^
  -data %RESULTS%/runner-workspace/ ^
  -aut %AUT% ^
diff --git a/documentation/userguide/runner/runner.sh b/documentation/userguide/runner/runner.sh
index da44abb..924acc2 100644
--- a/documentation/userguide/runner/runner.sh
+++ b/documentation/userguide/runner/runner.sh
@@ -18,7 +18,7 @@
 rm -rf $testResults
 mkdir $testResults
 
-java -jar $runnerPath/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar \
+java -jar $runnerPath/plugins/org.eclipse.equinox.launcher_1.5.*.jar \
      -application org.eclipse.rcptt.runner.headless \
      -data $runnerWorkspace \
      -aut $autPath \