9e782ca131a13519e3476b0b14fa38f209a1b5a0
[deliverable/tracecompass.git] / 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="preferenceCustomization"
20 value="plugin_customization.ini">
21 </property>
22 <property
23 name="aboutImage"
24 value="/org.eclipse.tracecompass.tracing.rcp.branding/icons/alt_about.gif">
25 </property>
26 <property
27 name="aboutText"
28 value="Trace Compass&#x0A;&#x0A;Version: 1.1.0&#x0A;&#x0A;Copyright (c) 2014 Ericsson&#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">
29 </property>
30 <property
31 name="windowImages"
32 value="icons/alt_window_16.gif,icons/alt_window_32.gif">
33 </property>
34 </product>
35 </extension>
36 </plugin>
This page took 0.0592 seconds and 4 git commands to generate.