Home | History | Annotate | Download | only in com.android.ide.eclipse.adt.package
      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.ui.ide.workbench"
      9             description="Android Developer Tools"
     10             name="ADT">
     11          <property
     12             name="preferenceCustomization"
     13             value="plugin_customization.ini" />
     14          <property
     15             name="appName"
     16             value="ADT" />
     17          <property
     18             name="aboutImage"
     19             value="adt-about.png">
     20          </property>
     21          <property
     22             name="aboutText"
     23             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">
     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="cssTheme"
     40             value="org.eclipse.e4.ui.css.theme.e4_default">
     41          </property>
     42          <property
     43             name="applicationCSSResources"
     44             value="platform:/plugin/org.eclipse.platform/images/">
     45          </property>
     46       </product>
     47    </extension>
     48    <extension
     49          point="org.eclipse.ui.intro">
     50       <intro
     51             class="com.android.ide.eclipse.adt.internal.AdtIntro"
     52             icon="icons/adt16.png"
     53             id="com.android.ide.eclipse.adt.intro"
     54             label="Android IDE"/>
     55    </extension>
     56    <extension
     57          point="org.eclipse.ui.intro">
     58       <introProductBinding
     59             introId="com.android.ide.eclipse.adt.intro"
     60             productId="com.android.ide.eclipse.adt.package.product">
     61       </introProductBinding>
     62    </extension>
     63 </plugin>
     64