aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt.package/plugin.xml
blob: fbeabb973d1b5412da9a4360948413695c605071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         id="product"
         point="org.eclipse.core.runtime.products">
      <product
            application="org.eclipse.ui.ide.workbench"
            description="Android Developer Tools"
            name="ADT">
         <property
            name="preferenceCustomization"
            value="plugin_customization.ini" />
         <property
            name="appName"
            value="ADT" />
         <property
            name="aboutImage"
            value="adt-about.png">
         </property>
         <property
            name="aboutText"
            value="Android Developer Tools&#x0A;&#x0A;Build: {0}&#x0A;&#x0A;This product includes Eclipse Platform, JDT, CDT, EMF, GEF and WTP,&#x0A;all of which are 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">
         </property>
         <property
            name="startupProgressRect"
            value="216,229,170,4" />
         <property
            name="startupMessageRect"
            value="216,240,265,30" />
         <property
            name="startupForegroundColor"
            value="999999" />
         <property
            name="windowImages"
            value="icons/adt16.png,icons/adt32.png,icons/adt48.png">
         </property>
         <property
            name="cssTheme"
            value="org.eclipse.e4.ui.css.theme.e4_default">
         </property>
         <property
            name="applicationCSSResources"
            value="platform:/plugin/org.eclipse.platform/images/">
         </property>
      </product>
   </extension>
   <extension
         point="org.eclipse.ui.intro">
      <intro
            class="com.android.ide.eclipse.adt.internal.AdtIntro"
            icon="icons/adt16.png"
            id="com.android.ide.eclipse.adt.intro"
            label="Android IDE"/>
   </extension>
   <extension
         point="org.eclipse.ui.intro">
      <introProductBinding
            introId="com.android.ide.eclipse.adt.intro"
            productId="com.android.ide.eclipse.adt.package.product">
      </introProductBinding>
   </extension>
</plugin>