Change versions to 0.1.0
[deliverable/tracecompass.git] / 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>
18 <property
19 name="preferenceCustomization"
20 value="plugin_customization.ini">
21 </property>
22 <property
23 name="aboutImage"
1347728d 24 value="/org.eclipse.tracecompass.tracing.rcp.branding/icons/alt_about.gif">
39e2a8dd
BH
25 </property>
26 <property
27 name="aboutText"
81539df0 28 value="Trace Compass&#x0A;&#x0A;Version: 0.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">
39e2a8dd
BH
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.039072 seconds and 5 git commands to generate.