aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/sites/internal/site.xml
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-09-03 19:22:26 -0700
committerXavier Ducrohet <xav@android.com>2010-09-07 12:51:34 -0700
commit8eea9330bc386e47e586eb751286bfac1a21010f (patch)
tree0212ea51dc4b46c060c6851fdad0d8f2df56640b /eclipse/sites/internal/site.xml
parent0b21937765ca5307a6a7e244ba4eddd36954b9cf (diff)
downloadsdk-8eea9330bc386e47e586eb751286bfac1a21010f.zip
sdk-8eea9330bc386e47e586eb751286bfac1a21010f.tar.gz
sdk-8eea9330bc386e47e586eb751286bfac1a21010f.tar.bz2
First version of the PDT.
PDT stands for (Android) Platform Development Tools. The first version is pretty basic. A single pref page to give the location of the dev tree. From this it finds the location of adb and provides it to ddms through its extension point. Change-Id: Ibed895852bc46b83ac6bf749d0ea37f0a54fad08
Diffstat (limited to 'eclipse/sites/internal/site.xml')
-rw-r--r--eclipse/sites/internal/site.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/eclipse/sites/internal/site.xml b/eclipse/sites/internal/site.xml
index d0a2108..bc13282 100644
--- a/eclipse/sites/internal/site.xml
+++ b/eclipse/sites/internal/site.xml
@@ -5,16 +5,21 @@
</description>
<feature url="features/com.android.ide.eclipse.adt_8.0.0.qualifier.jar" id="com.android.ide.eclipse.adt" version="8.0.0.qualifier">
<category name="developer"/>
+ <category name="platform"/>
</feature>
<feature url="features/com.android.ide.eclipse.ddms_8.0.0.qualifier.jar" id="com.android.ide.eclipse.ddms" version="8.0.0.qualifier">
<category name="developer"/>
</feature>
<feature url="features/com.android.ide.eclipse.hierarchyviewer_8.0.0.qualifier.jar" id="com.android.ide.eclipse.hierarchyviewer" version="8.0.0.qualifier">
<category name="developer"/>
+ <category name="platform"/>
</feature>
<feature url="features/com.android.ide.eclipse.tests_8.0.0.qualifier.jar" id="com.android.ide.eclipse.tests" version="8.0.0.qualifier">
<category name="test"/>
</feature>
+ <feature url="features/com.android.ide.eclipse.pdt_1.0.0.qualifier.jar" id="com.android.ide.eclipse.pdt" version="1.0.0.qualifier">
+ <category name="platform"/>
+ </feature>
<category-def name="developer" label="Application Developer Tools">
<description>
Features that add Android support to Eclipse for application developers.
@@ -25,4 +30,5 @@
Tests for the other Android plugins
</description>
</category-def>
+ <category-def name="platform" label="Platform Tools"/>
</site>