Bump versions for 2.2.0 release
[deliverable/tracecompass.git] / rcp / org.eclipse.tracecompass.rcp.branding / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4 <extension
5 id="product"
6 point="org.eclipse.core.runtime.products">
7 <product
8 application="org.eclipse.tracecompass.rcp.ui.application"
9 name="Trace Compass">
10 <property
11 name="appName"
12 value="Trace Compass">
13 </property>
14 <property
15 name="cssTheme"
16 value="org.eclipse.e4.ui.css.theme.e4_default">
17 </property>
18 <property
19 name="aboutImage"
20 value="icons/tc_about.png">
21 </property>
22 <property
23 name="aboutText"
24 value="Trace Compass&#x0A;&#x0A;Version: 2.2.0&#x0A;&#x0A;Copyright (c) 2013, 2016 Ericsson 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">
25 </property>
26 <property
27 name="windowImages"
28 value="icons/png/tc_icon_16x16.png,icons/png/tc_icon_32x32.png,icons/png/tc_icon_48x48.png,icons/png/tc_icon_64x64.png,icons/png/tc_icon_128x128.png,icons/png/tc_icon_256x256.png">
29 </property>
30 </product>
31 </extension>
32 </plugin>
This page took 0.031228 seconds and 5 git commands to generate.