rcp: Update copyright year in branding files
[deliverable/tracecompass.git] / rcp / org.eclipse.tracecompass.rcp.branding / plugin.xml
CommitLineData
39e2a8dd
BH
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
1347728d 8 application="org.eclipse.tracecompass.rcp.ui.application"
a6140f01 9 name="Trace Compass">
39e2a8dd
BH
10 <property
11 name="appName"
a6140f01 12 value="Trace Compass">
39e2a8dd
BH
13 </property>
14 <property
15 name="cssTheme"
16 value="org.eclipse.e4.ui.css.theme.e4_default">
17 </property>
39e2a8dd
BH
18 <property
19 name="aboutImage"
42b5e9e2 20 value="icons/tc_about.png">
39e2a8dd
BH
21 </property>
22 <property
23 name="aboutText"
ed9671fb 24 value="Trace Compass&#x0A;&#x0A;Version: 2.0.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">
39e2a8dd
BH
25 </property>
26 <property
27 name="windowImages"
384493a0
BH
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>
39e2a8dd
BH
30 </product>
31 </extension>
32</plugin>
This page took 0.060109 seconds and 5 git commands to generate.