add branding to Oomph setup
These change contribute branding information and a description.
The latest version of Oomph renders this in the tooltip hover.
The branding image and product name are links to the branding site.
The description can include HTML to support navigation.
Change-Id: I3d6ffd152ac45fcd5e245911ba3e2cf6487adcf4
Signed-off-by: Ed Merks <ed.merks@gmail.com>
diff --git a/org.eclipse.mylyn.releng/oomph/Mylyn.setup b/org.eclipse.mylyn.releng/oomph/Mylyn.setup
index b822a8c..bf5fba2 100755
--- a/org.eclipse.mylyn.releng/oomph/Mylyn.setup
+++ b/org.eclipse.mylyn.releng/oomph/Mylyn.setup
@@ -16,6 +16,17 @@
xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore http://www.eclipse.org/oomph/setup/jdt/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore http://www.eclipse.org/oomph/setup/mylyn/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Mylyn.ecore http://www.eclipse.org/oomph/setup/pde/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/PDE.ecore http://www.eclipse.org/oomph/predicates/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore http://www.eclipse.org/oomph/setup/projects/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore http://www.eclipse.org/oomph/setup/targlets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupTarglets.ecore http://www.eclipse.org/oomph/setup/workingsets/1.0 http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore"
name="mylyn"
label="Mylyn">
+ <annotation
+ source="http://www.eclipse.org/oomph/setup/BrandingInfo">
+ <detail
+ key="imageURI">
+ <value>http://git.eclipse.org/c/mylyn/org.eclipse.mylyn.context.git/plain/org.eclipse.mylyn.bugzilla.ide/icons/branding32/mylyn.gif</value>
+ </detail>
+ <detail
+ key="siteURI">
+ <value>https://www.eclipse.org/mylyn</value>
+ </detail>
+ </annotation>
<setupTask
xsi:type="setup:CompoundTask"
name="Preferences">
@@ -1121,4 +1132,5 @@
<logicalProjectContainer
xsi:type="setup:ProjectCatalog"
href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']"/>
+ <description>Mylyn is the task and application lifecycle management (ALM) framework for Eclipse. Consult the <a href="https://wiki.eclipse.org/index.php/Mylyn/Contributor_Reference">contributor wiki</a> to participate.</description>
</setup:Project>