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

Build: {0}

This product includes Eclipse Platform, JDT, CDT, EMF, GEF and WTP,
all of which are Copyright (c) Eclipse contributors and others.
Visit http://eclipse.org/

Android Developer Tools are Copyright (c) The Android Open Source Project.
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 </product> 39 </extension> 40 <extension 41 point="org.eclipse.ui.intro"> 42 <intro 43 class="org.eclipse.ui.intro.config.CustomizableIntroPart" 44 icon="icons/adt16.png" 45 id="org.eclipse.intro.minimal" 46 label="Android IDE"/> 47 </extension> 48 <extension 49 point="org.eclipse.ui.intro.config"> 50 <config 51 content="introcontent.xml" 52 id="org.eclipse.intro.minimal.config" 53 introId="org.eclipse.intro.minimal"> 54 <presentation 55 home-page-id="root" 56 standby-page-id="standby"> 57 <implementation 58 kind="html"> 59 </implementation> 60 </presentation> 61 </config> 62 </extension> 63 <extension 64 point="org.eclipse.ui.intro"> 65 <introProductBinding 66 introId="org.eclipse.intro.minimal" 67 productId="com.android.ide.eclipse.adt.package.product"> 68 </introProductBinding> 69 </extension> 70 </plugin> 71