rcp: Point incubator .product file to the incubator product definition

Also, synchronize the product's defining plug-in with the .product file.

Change-Id: I718c28dc22646b0ebb0cb86ccf26afc8debc4616
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/153317
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: CI Bot
diff --git a/rcp/org.eclipse.tracecompass.incubator.rcp.branding/plugin.xml b/rcp/org.eclipse.tracecompass.incubator.rcp.branding/plugin.xml
index 79850b5..dc7b14c 100644
--- a/rcp/org.eclipse.tracecompass.incubator.rcp.branding/plugin.xml
+++ b/rcp/org.eclipse.tracecompass.incubator.rcp.branding/plugin.xml
@@ -6,10 +6,10 @@
          point="org.eclipse.core.runtime.products">
       <product
             application="org.eclipse.tracecompass.rcp.ui.application"
-            name="Trace Compass Incubator">
+            name="Trace Compass (Incubator)">
             <property
                   name="appName"
-                  value="Trace Compass Incubator">
+                  value="Trace Compass (Incubator)">
             </property>
             <property
                   name="cssTheme"
@@ -21,7 +21,7 @@
             </property>
             <property
                   name="aboutText"
-                  value="Trace Compass Incubator&#x0A;&#x0A;Version: 0.0.1&#x0A;&#x0A;Copyright (c) 2019 École Polytechnique de Montréal and others.&#x0A;&#x0A;All rights reserved. This program and the accompanying materials are&#x0A;made available under the terms of the Eclipse Public License v1.0 which&#x0A;accompanies this distribution, and is available at&#x0A;http://www.eclipse.org/legal/epl-v10.html">
+                  value="Trace Compass (Incubator)&#x0A;&#x0A;Version: 0.0.1&#x0A;&#x0A;Copyright (c) 2019 École Polytechnique de Montréal and others&#x0A;&#x0A;All rights reserved. This program and the accompanying materials are&#x0A;made available under the terms of the Eclipse Public License v1.0 which&#x0A;accompanies this distribution, and is available at&#x0A;http://www.eclipse.org/legal/epl-v10.html">
             </property>
             <property
                   name="windowImages"
diff --git a/rcp/org.eclipse.tracecompass.incubator.rcp.product/tracing.incubator.product b/rcp/org.eclipse.tracecompass.incubator.rcp.product/tracing.incubator.product
index 8ad527a..e19ffe8 100644
--- a/rcp/org.eclipse.tracecompass.incubator.rcp.product/tracing.incubator.product
+++ b/rcp/org.eclipse.tracecompass.incubator.rcp.product/tracing.incubator.product
@@ -1,16 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?pde version="3.5"?>
 
-<product name="Trace Compass (Incubator)" uid="org.eclipse.tracecompass.incubator.rcp" id="org.eclipse.tracecompass.rcp.branding.product" application="org.eclipse.tracecompass.rcp.ui.application" version="0.0.1.qualifier" useFeatures="true" includeLaunchers="true">
+<product name="Trace Compass (Incubator)" uid="org.eclipse.tracecompass.incubator.rcp" id="org.eclipse.tracecompass.incubator.rcp.branding.product" application="org.eclipse.tracecompass.rcp.ui.application" version="0.0.1.qualifier" useFeatures="true" includeLaunchers="true">
 
    <aboutInfo>
       <image path="/org.eclipse.tracecompass.incubator.rcp.branding/icons/tc_about.png"/>
       <text>
-         Trace Compass Incubator
+         Trace Compass (Incubator)
 
 Version: 0.0.1
 
-Copyright (c) 2019 École Polytechnique de Montréal
+Copyright (c) 2019 École Polytechnique de Montréal and others
 
 All rights reserved. This program and the accompanying materials are
 made available under the terms of the Eclipse Public License v1.0 which