1<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.4"?>
3<plugin>
4   <extension
5         id="adtproduct"
6         name="ADT Bundle"
7         point="org.eclipse.core.runtime.products">
8      <product
9            application="org.eclipse.ui.ide.workbench"
10            name="Eclipse">
11         <property
12            name="preferenceCustomization"
13            value="plugin_customization.ini" />
14         <property
15            name="appName"
16            value="Eclipse" />
17         <property
18            name="aboutImage"
19            value="adt-about.png">
20         </property>
21         <property
22            name="aboutText"
23            value="Android Developer Tools&#x0A;&#x0A;This product includes Eclipse Platform, JDT, CDT, EMF, GEF and WTP, all of which are&#x0A;Copyright (c) Eclipse contributors and others.&#x0A;Visit http://eclipse.org/&#x0A;&#x0A;Android Developer Tools are Copyright (c) The Android Open Source Project.&#x0A;Visit http://developer.android.com">
24         </property>
25         <property
26            name="startupProgressRect"
27            value="216,229,170,4" />
28         <property
29            name="startupMessageRect"
30            value="216,240,265,30" />
31         <property
32            name="startupForegroundColor"
33            value="999999" />
34         <property
35            name="windowImages"
36            value="icons/adt16.png,icons/adt32.png,icons/adt48.png">
37         </property>
38         <property
39            name="introBrandingImage"
40            value="product:intro-eclipse.png">
41         </property>
42         <property
43            name="introTitle"
44            value="Welcome to the Eclipse IDE for Android Developers">
45         </property>
46         <property
47            name="introBrandingImageText"
48            value="Eclipse Project">
49         </property>
50         <property
51            name="applicationXMI"
52            value="org.eclipse.platform/LegacyIDE.e4xmi">
53         </property>
54         <property
55            name="cssTheme"
56            value="org.eclipse.e4.ui.css.theme.e4_default">
57         </property>
58         <property
59            name="applicationCSSResources"
60            value="platform:/plugin/org.eclipse.ui.themes/images/">
61         </property>
62      </product>
63   </extension>
64   <extension
65         point="org.eclipse.ui.intro">
66      <introProductBinding
67            introId="org.eclipse.ui.intro.universal"
68            productId="com.android.ide.eclipse.adt.package.product">
69      </introProductBinding>
70   </extension>
71</plugin>
72