blob: cb3cd5ae9a31f35ea6cd096140ba6fe7ed4f0a77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description url="https://dl-ssl.google.com/android/eclipse/">
Update Site for Android Development Toolkit
</description>
<feature url="features/com.android.ide.eclipse.adt_17.0.0.qualifier.jar" id="com.android.ide.eclipse.adt" version="17.0.0.qualifier">
<category name="developer"/>
</feature>
<feature url="features/com.android.ide.eclipse.ddms_17.0.0.qualifier.jar" id="com.android.ide.eclipse.ddms" version="17.0.0.qualifier">
<category name="developer"/>
</feature>
<feature url="features/com.android.ide.eclipse.hierarchyviewer_17.0.0.qualifier.jar" id="com.android.ide.eclipse.hierarchyviewer" version="17.0.0.qualifier">
<category name="developer"/>
</feature>
<feature url="features/com.android.ide.eclipse.traceview_17.0.0.qualifier.jar" id="com.android.ide.eclipse.traceview" version="17.0.0.qualifier">
<category name="developer"/>
</feature>
<category-def name="developer" label="Developer Tools">
<description>
Features that add Android support to Eclipse for application developers.
</description>
</category-def>
</site>
|