blob: 02ba7feae808d6bbf22cb67be952a6e7d9adf863 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description url="https://android.corp.google.com/adt/">
Update Site for Android Development Toolkit
</description>
<feature url="features/com.android.ide.eclipse.adt_11.0.0.qualifier.jar" id="com.android.ide.eclipse.adt" version="11.0.0.qualifier">
<category name="developer"/>
</feature>
<feature url="features/com.android.ide.eclipse.ddms_11.0.0.qualifier.jar" id="com.android.ide.eclipse.ddms" version="11.0.0.qualifier">
<category name="developer"/>
<category name="platform"/>
</feature>
<feature url="features/com.android.ide.eclipse.hierarchyviewer_11.0.0.qualifier.jar" id="com.android.ide.eclipse.hierarchyviewer" version="11.0.0.qualifier">
<category name="developer"/>
<category name="platform"/>
</feature>
<feature url="features/com.android.ide.eclipse.tests_11.0.0.qualifier.jar" id="com.android.ide.eclipse.tests" version="11.0.0.qualifier">
<category name="test"/>
</feature>
<feature url="features/com.android.ide.eclipse.pdt_11.0.0.qualifier.jar" id="com.android.ide.eclipse.pdt" version="11.0.0.qualifier">
<category name="platform"/>
</feature>
<feature url="features/com.android.ide.eclipse.traceview_11.0.0.qualifier.jar" id="com.android.ide.eclipse.traceview" version="11.0.0.qualifier">
<category name="developer"/>
<category name="platform"/>
</feature>
<category-def name="developer" label="Application Developer Tools">
<description>
Features that add Android support to Eclipse for application developers.
</description>
</category-def>
<category-def name="test" label="Plugin Developer Tests">
<description>
Tests for the other Android plugins
</description>
</category-def>
<category-def name="platform" label="Platform Tools">
<description>
Features that add Android support to Eclipse for platform developers.
</description>
</category-def>
</site>
|