aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.adt.package/plugin.xml
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2020-05-06 14:17:12 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-05-06 14:17:12 +0000
commitfc7cda06f54946e3a03ea008c1ba086d90aeef84 (patch)
treefd845444b59dfc72656b7781596e0b1a0662c4c7 /eclipse/plugins/com.android.ide.eclipse.adt.package/plugin.xml
parent1aa104fb55f1b87494e4e2bc38e23416f486adfd (diff)
parent512ba8f80c0a2422f9e58a1401cb142db190a56c (diff)
downloadsdk-fc7cda06f54946e3a03ea008c1ba086d90aeef84.tar.gz
Merge "Revert "Remove unused project.""
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt.package/plugin.xml')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt.package/plugin.xml71
1 files changed, 71 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt.package/plugin.xml b/eclipse/plugins/com.android.ide.eclipse.adt.package/plugin.xml
new file mode 100644
index 000000000..7974659cc
--- /dev/null
+++ b/eclipse/plugins/com.android.ide.eclipse.adt.package/plugin.xml
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ id="adtproduct"
+ name="ADT Bundle"
+ point="org.eclipse.core.runtime.products">
+ <product
+ application="org.eclipse.ui.ide.workbench"
+ name="Eclipse">
+ <property
+ name="preferenceCustomization"
+ value="plugin_customization.ini" />
+ <property
+ name="appName"
+ value="Eclipse" />
+ <property
+ name="aboutImage"
+ value="adt-about.png">
+ </property>
+ <property
+ name="aboutText"
+ 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">
+ </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="introBrandingImage"
+ value="product:intro-eclipse.png">
+ </property>
+ <property
+ name="introTitle"
+ value="Welcome to the Eclipse IDE for Android Developers">
+ </property>
+ <property
+ name="introBrandingImageText"
+ value="Eclipse Project">
+ </property>
+ <property
+ name="applicationXMI"
+ value="org.eclipse.platform/LegacyIDE.e4xmi">
+ </property>
+ <property
+ name="cssTheme"
+ value="org.eclipse.e4.ui.css.theme.e4_default">
+ </property>
+ <property
+ name="applicationCSSResources"
+ value="platform:/plugin/org.eclipse.ui.themes/images/">
+ </property>
+ </product>
+ </extension>
+ <extension
+ point="org.eclipse.ui.intro">
+ <introProductBinding
+ introId="org.eclipse.ui.intro.universal"
+ productId="com.android.ide.eclipse.adt.package.product">
+ </introProductBinding>
+ </extension>
+</plugin>