aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/sites/internal/site.xml
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2012-01-30 17:01:06 -0800
committerSiva Velusamy <vsiva@google.com>2012-01-30 17:01:06 -0800
commita3d2f4afd1e98d9308900d252886a4c6a6e6772d (patch)
tree49c4cfb4c48e2463ef0d868eea4d5f6b2351615b /eclipse/sites/internal/site.xml
parent7abf0861af9f6afe854bafa6d43d9d1feba8b552 (diff)
downloadsdk-a3d2f4afd1e98d9308900d252886a4c6a6e6772d.zip
sdk-a3d2f4afd1e98d9308900d252886a4c6a6e6772d.tar.gz
sdk-a3d2f4afd1e98d9308900d252886a4c6a6e6772d.tar.bz2
Add a preview category to sites.xml.
Include the NDK plugin in the preview category. Change-Id: I04018e74c0eccdd7990e5a586bb959b347f12636
Diffstat (limited to 'eclipse/sites/internal/site.xml')
-rw-r--r--eclipse/sites/internal/site.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/eclipse/sites/internal/site.xml b/eclipse/sites/internal/site.xml
index 4661ec4..1447866 100644
--- a/eclipse/sites/internal/site.xml
+++ b/eclipse/sites/internal/site.xml
@@ -25,7 +25,10 @@
<category name="platform"/>
</feature>
<feature url="features/com.android.ide.eclipse.gldebugger_17.0.0.qualifier.jar" id="com.android.ide.eclipse.gldebugger" version="17.0.0.qualifier">
- <category name="developer"/>
+ <category name="preview"/>
+ </feature>
+ <feature url="features/com.android.ide.eclipse.adt.ndk_17.0.0.qualifier.jar" id="com.android.ide.eclipse.adt.ndk" version="17.0.0.qualifier">
+ <category name="preview"/>
</feature>
<category-def name="developer" label="Application Developer Tools">
<description>
@@ -42,4 +45,9 @@
Features that add Android support to Eclipse for platform developers.
</description>
</category-def>
+ <category-def name="preview" label="Preview Tools">
+ <description>
+ Preview features that are not ready for prime time yet.
+ </description>
+ </category-def>
</site>