aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/features
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2013-06-10 18:22:08 -0700
committerSiva Velusamy <vsiva@google.com>2013-06-12 16:17:53 -0700
commit4964a0b8943ddab43e4e02d83c539fa9293edb69 (patch)
tree18998b25ee5a4484bd6fd25b5c773573b03a5525 /eclipse/features
parent3bc980fa160ea8f7e77b27fa048eaf410a0d2dab (diff)
downloadsdk-4964a0b8943ddab43e4e02d83c539fa9293edb69.zip
sdk-4964a0b8943ddab43e4e02d83c539fa9293edb69.tar.gz
sdk-4964a0b8943ddab43e4e02d83c539fa9293edb69.tar.bz2
Install Translation Plugin if available
Change-Id: I8a517c2ced3a0293bb94b9955cad9617f555faa8
Diffstat (limited to 'eclipse/features')
-rw-r--r--eclipse/features/com.android.ide.eclipse.adt.package/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/eclipse/features/com.android.ide.eclipse.adt.package/feature.xml b/eclipse/features/com.android.ide.eclipse.adt.package/feature.xml
index 15871b1..8e69281 100644
--- a/eclipse/features/com.android.ide.eclipse.adt.package/feature.xml
+++ b/eclipse/features/com.android.ide.eclipse.adt.package/feature.xml
@@ -79,6 +79,13 @@
<import feature="com.android.ide.eclipse.hierarchyviewer" version="22.0.0" match="greaterOrEqual" />
<import feature="com.android.ide.eclipse.ndk" version="22.0.0" match="greaterOrEqual" />
<import feature="com.android.ide.eclipse.traceview" version="22.0.0" match="greaterOrEqual" />
+ <!--
+ The build scripts will pull in the translation plugin if its plugin repository is accessible.
+ The following line should remain without any modifications as the build script looks for
+ exactly this pattern and removes the comment tags.
+ See sdk.git/adtproductbuild/build.xml.
+ -->
+ <!--import feature="com.google.i18n.inkstone.eclipse.localization" -->
</requires>
</feature>