Fix SimRel Contribution's Problems

Change-Id: Ib9b966f1a198c3b797fcd68333a3a967c5774986
diff --git a/dependencies/bundles/org.eclipse.rcptt.updates.helios/about.ini b/dependencies/bundles/org.eclipse.rcptt.updates.helios/about.ini
new file mode 100644
index 0000000..0172157
--- /dev/null
+++ b/dependencies/bundles/org.eclipse.rcptt.updates.helios/about.ini
@@ -0,0 +1,21 @@
+###############################################################################
+# Copyright (c) 2020 Xored Software Inc and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-v20.html
+#
+# Contributors:
+#     Xored Software Inc - initial API and implementation and/or initial documentation
+###############################################################################
+
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=featureImage.png
+aboutText=%blurb
diff --git a/dependencies/bundles/org.eclipse.rcptt.updates.helios/about.properties b/dependencies/bundles/org.eclipse.rcptt.updates.helios/about.properties
new file mode 100644
index 0000000..c34f30d
--- /dev/null
+++ b/dependencies/bundles/org.eclipse.rcptt.updates.helios/about.properties
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2020 Xored Software Inc and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-v20.html
+#
+# Contributors:
+#     Xored Software Inc - initial API and implementation and/or initial documentation
+###############################################################################
+blurb=RCPTT External Dependencies\n\
+\n\
+Version: {featureVersion}\n\
+\n\
+(c) Copyright (c) 2009, 2019 Xored Software Inc and others.  All rights reserved.\n\
+Visit http://www.eclipse.org/rcptt
diff --git a/dependencies/bundles/org.eclipse.rcptt.updates.helios/build.properties b/dependencies/bundles/org.eclipse.rcptt.updates.helios/build.properties
index d7b83ec..2cfd7c6 100644
--- a/dependencies/bundles/org.eclipse.rcptt.updates.helios/build.properties
+++ b/dependencies/bundles/org.eclipse.rcptt.updates.helios/build.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2009, 2019 Xored Software Inc and others.
+# Copyright (c) 2009, 2020 Xored Software Inc and others.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v2.0
 # which accompanies this distribution, and is available at
@@ -12,4 +12,7 @@
                plugin.xml,\
                dependencies/,\
                plugin.properties,\
-               about.html
+               about.html,\
+               about.ini,\
+               about.properties,\
+               featureImage.png
diff --git a/dependencies/bundles/org.eclipse.rcptt.updates.helios/featureImage.png b/dependencies/bundles/org.eclipse.rcptt.updates.helios/featureImage.png
new file mode 100644
index 0000000..344c74b
--- /dev/null
+++ b/dependencies/bundles/org.eclipse.rcptt.updates.helios/featureImage.png
Binary files differ
diff --git a/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/about.ini b/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/about.ini
new file mode 100644
index 0000000..0172157
--- /dev/null
+++ b/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/about.ini
@@ -0,0 +1,21 @@
+###############################################################################
+# Copyright (c) 2020 Xored Software Inc and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-v20.html
+#
+# Contributors:
+#     Xored Software Inc - initial API and implementation and/or initial documentation
+###############################################################################
+
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=featureImage.png
+aboutText=%blurb
diff --git a/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/about.properties b/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/about.properties
new file mode 100644
index 0000000..22a4e14
--- /dev/null
+++ b/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/about.properties
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2020 Xored Software Inc and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-v20.html
+#
+# Contributors:
+#     Xored Software Inc - initial API and implementation and/or initial documentation
+###############################################################################
+blurb=RCPTT ECL IDE support\n\
+\n\
+Version: {featureVersion}\n\
+\n\
+(c) Copyright (c) 2009, 2019 Xored Software Inc and others.  All rights reserved.\n\
+Visit http://www.eclipse.org/rcptt
diff --git a/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/build.properties b/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/build.properties
index aa77203..e786d6b 100644
--- a/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/build.properties
+++ b/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/build.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2009, 2019 Xored Software Inc and others.
+# Copyright (c) 2009, 2020 Xored Software Inc and others.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v2.0
 # which accompanies this distribution, and is available at
@@ -13,4 +13,7 @@
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\
-               about.html
+               about.html,\
+               about.ini,\
+               about.properties,\
+               featureImage.png
diff --git a/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/featureImage.png b/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/featureImage.png
new file mode 100644
index 0000000..344c74b
--- /dev/null
+++ b/ecl/plugins/org.eclipse.rcptt.ecl.debug.core/featureImage.png
Binary files differ
diff --git a/repository/full/org.eclipse.rcptt.p2.inf b/repository/full/org.eclipse.rcptt.p2.inf
index a96b5fd..98bb645 100644
--- a/repository/full/org.eclipse.rcptt.p2.inf
+++ b/repository/full/org.eclipse.rcptt.p2.inf
@@ -1,7 +1,7 @@
 instructions.configure=\
-  addRepository(type:0,location:http${#58}//download.eclipse.org/releases/2019-03,name:2019-03);\
-  addRepository(type:1,location:http${#58}//download.eclipse.org/releases/2019-03,name:2019-03);\
-  addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/4.11,name:The Eclipse Project Updates);\
-  addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.11,name:The Eclipse Project Updates);\
+  addRepository(type:0,location:http${#58}//download.eclipse.org/releases/2019-12,name:2019-12);\
+  addRepository(type:1,location:http${#58}//download.eclipse.org/releases/2019-12,name:2019-12);\
+  addRepository(type:0,location:http${#58}//download.eclipse.org/eclipse/updates/4.14,name:The Eclipse Project Updates);\
+  addRepository(type:1,location:http${#58}//download.eclipse.org/eclipse/updates/4.14,name:The Eclipse Project Updates);\
   setProgramProperty(propName:osgi.instance.area.default,propValue:@user.home/rcpttWorkspace);\
   setProgramProperty(propName:org.eclipse.update.reconcile,propValue:false);
diff --git a/runtime/updates/org.eclipse.rcptt.updates-feature/build.properties b/runtime/updates/org.eclipse.rcptt.updates-feature/build.properties
index dd56599..74aec29 100644
--- a/runtime/updates/org.eclipse.rcptt.updates-feature/build.properties
+++ b/runtime/updates/org.eclipse.rcptt.updates-feature/build.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2009, 2019 Xored Software Inc and others.
+# Copyright (c) 2009, 2020 Xored Software Inc and others.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v2.0
 # which accompanies this distribution, and is available at
@@ -11,7 +11,4 @@
 bin.includes = feature.xml,\
                feature.properties,\
                license.html,\
-               epl-v20.html,\
-               about.ini,\
-               about.properties,\
-               featureImage.png
+               epl-v20.html
diff --git a/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/about.ini b/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/about.ini
new file mode 100644
index 0000000..0172157
--- /dev/null
+++ b/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/about.ini
@@ -0,0 +1,21 @@
+###############################################################################
+# Copyright (c) 2020 Xored Software Inc and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-v20.html
+#
+# Contributors:
+#     Xored Software Inc - initial API and implementation and/or initial documentation
+###############################################################################
+
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=featureImage.png
+aboutText=%blurb
diff --git a/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/about.properties b/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/about.properties
new file mode 100644
index 0000000..ac947ac
--- /dev/null
+++ b/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/about.properties
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2020 Xored Software Inc and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-v20.html
+#
+# Contributors:
+#     Xored Software Inc - initial API and implementation and/or initial documentation
+###############################################################################
+blurb=RCPTT Runtime Sites\n\
+\n\
+Version: {featureVersion}\n\
+\n\
+(c) Copyright (c) 2009, 2019 Xored Software Inc and others.  All rights reserved.\n\
+Visit http://www.eclipse.org/rcptt
diff --git a/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/build.properties b/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/build.properties
index 3953c90..71bfdeb 100644
--- a/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/build.properties
+++ b/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/build.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2009, 2019 Xored Software Inc and others.
+# Copyright (c) 2009, 2020 Xored Software Inc and others.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v2.0
 # which accompanies this distribution, and is available at
@@ -12,5 +12,8 @@
                plugin.xml,\
                q7/,\
                plugin.properties,\
-               about.html
+               about.html,\
+               about.ini,\
+               about.properties,\
+               featureImage.png
 
diff --git a/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/featureImage.png b/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/featureImage.png
new file mode 100644
index 0000000..344c74b
--- /dev/null
+++ b/runtime/updates/org.eclipse.rcptt.updates.runtime.e4x/featureImage.png
Binary files differ
diff --git a/runtime/watson/org.eclipse.rcptt.watson.jface/about.ini b/runtime/watson/org.eclipse.rcptt.watson.jface/about.ini
new file mode 100644
index 0000000..0172157
--- /dev/null
+++ b/runtime/watson/org.eclipse.rcptt.watson.jface/about.ini
@@ -0,0 +1,21 @@
+###############################################################################
+# Copyright (c) 2020 Xored Software Inc and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-v20.html
+#
+# Contributors:
+#     Xored Software Inc - initial API and implementation and/or initial documentation
+###############################################################################
+
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=featureImage.png
+aboutText=%blurb
diff --git a/runtime/watson/org.eclipse.rcptt.watson.jface/about.properties b/runtime/watson/org.eclipse.rcptt.watson.jface/about.properties
new file mode 100644
index 0000000..c390391
--- /dev/null
+++ b/runtime/watson/org.eclipse.rcptt.watson.jface/about.properties
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2020 Xored Software Inc and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-v20.html
+#
+# Contributors:
+#     Xored Software Inc - initial API and implementation and/or initial documentation
+###############################################################################
+blurb=RCPTT Eclipse runtime information collector aspects\n\
+\n\
+Version: {featureVersion}\n\
+\n\
+(c) Copyright (c) 2009, 2019 Xored Software Inc and others.  All rights reserved.\n\
+Visit http://www.eclipse.org/rcptt
diff --git a/runtime/watson/org.eclipse.rcptt.watson.jface/build.properties b/runtime/watson/org.eclipse.rcptt.watson.jface/build.properties
index aa77203..e786d6b 100644
--- a/runtime/watson/org.eclipse.rcptt.watson.jface/build.properties
+++ b/runtime/watson/org.eclipse.rcptt.watson.jface/build.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2009, 2019 Xored Software Inc and others.
+# Copyright (c) 2009, 2020 Xored Software Inc and others.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v2.0
 # which accompanies this distribution, and is available at
@@ -13,4 +13,7 @@
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\
-               about.html
+               about.html,\
+               about.ini,\
+               about.properties,\
+               featureImage.png
diff --git a/runtime/watson/org.eclipse.rcptt.watson.jface/featureImage.png b/runtime/watson/org.eclipse.rcptt.watson.jface/featureImage.png
new file mode 100644
index 0000000..344c74b
--- /dev/null
+++ b/runtime/watson/org.eclipse.rcptt.watson.jface/featureImage.png
Binary files differ