aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2014-07-22 11:46:10 -0700
committerSiva Velusamy <vsiva@google.com>2014-07-22 11:47:51 -0700
commit9a57fc06ded804e762bf6664be3b6ed46ee68471 (patch)
treed9a7469fe259a6bb89af0280f7c140736aef385a /eclipse
parentd4ce9eb0eddd3faf21dbcc66c1764113f242d66b (diff)
downloadsdk-9a57fc06ded804e762bf6664be3b6ed46ee68471.zip
sdk-9a57fc06ded804e762bf6664be3b6ed46ee68471.tar.gz
sdk-9a57fc06ded804e762bf6664be3b6ed46ee68471.tar.bz2
Include JDT as a required dependency
JDT itself was included, but without this explicit requirement, the annotations processing (apt) plugins (org.eclipse.jdt.adt.*) weren't being installed. https://code.google.com/p/android/issues/detail?id=73798 Change-Id: Id097200c044cb840ea961bd51878a6b21a3026ca
Diffstat (limited to 'eclipse')
-rw-r--r--eclipse/features/com.android.ide.eclipse.adt.package/feature.xml1
1 files changed, 1 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 f6a3037..adbef41 100644
--- a/eclipse/features/com.android.ide.eclipse.adt.package/feature.xml
+++ b/eclipse/features/com.android.ide.eclipse.adt.package/feature.xml
@@ -33,6 +33,7 @@
<import feature="org.eclipse.egit"/>
<import feature="org.eclipse.egit.import"/>
<import feature="org.eclipse.cdt"/>
+ <import feature="org.eclipse.jdt"/>
</requires>
<plugin