1 <?xml version="1.0" encoding="UTF-8"?> 2 <site> 3 <description url="https://android.corp.google.com/adt/"> 4 Update Site for Android Development Toolkit 5 </description> 6 <feature url="features/com.android.ide.eclipse.adt_20.0.0.qualifier.jar" id="com.android.ide.eclipse.adt" version="20.0.0.qualifier"> 7 <category name="developer"/> 8 </feature> 9 <feature url="features/com.android.ide.eclipse.ddms_20.0.0.qualifier.jar" id="com.android.ide.eclipse.ddms" version="20.0.0.qualifier"> 10 <category name="developer"/> 11 <category name="platform"/> 12 </feature> 13 <feature url="features/com.android.ide.eclipse.hierarchyviewer_20.0.0.qualifier.jar" id="com.android.ide.eclipse.hierarchyviewer" version="20.0.0.qualifier"> 14 <category name="developer"/> 15 <category name="platform"/> 16 </feature> 17 <feature url="features/com.android.ide.eclipse.tests_20.0.0.qualifier.jar" id="com.android.ide.eclipse.tests" version="20.0.0.qualifier"> 18 <category name="test"/> 19 </feature> 20 <feature url="features/com.android.ide.eclipse.pdt_20.0.0.qualifier.jar" id="com.android.ide.eclipse.pdt" version="20.0.0.qualifier"> 21 <category name="platform"/> 22 </feature> 23 <feature url="features/com.android.ide.eclipse.traceview_20.0.0.qualifier.jar" id="com.android.ide.eclipse.traceview" version="20.0.0.qualifier"> 24 <category name="developer"/> 25 <category name="platform"/> 26 </feature> 27 <feature url="features/com.android.ide.eclipse.gldebugger_20.0.0.qualifier.jar" id="com.android.ide.eclipse.gldebugger" version="20.0.0.qualifier"> 28 <category name="preview"/> 29 </feature> 30 <feature url="features/com.android.ide.eclipse.ndk_20.0.0.qualifier.jar" id="com.android.ide.eclipse.ndk" version="20.0.0.qualifier"> 31 <category name="preview"/> 32 </feature> 33 <category-def name="developer" label="Application Developer Tools"> 34 <description> 35 Features that add Android support to Eclipse for application developers. 36 </description> 37 </category-def> 38 <category-def name="test" label="Plugin Developer Tests"> 39 <description> 40 Tests for the other Android plugins 41 </description> 42 </category-def> 43 <category-def name="platform" label="Platform Tools"> 44 <description> 45 Features that add Android support to Eclipse for platform developers. 46 </description> 47 </category-def> 48 <category-def name="preview" label="Preview Tools"> 49 <description> 50 Preview features that are not ready for prime time yet. 51 </description> 52 </category-def> 53 </site> 54