在eclipse下安装ADT插件出现 缺少'org.eclipse.wst.sse.core 0.0.0' 的解决方法

在eclipse上安装ADT插件出现 缺少'org.eclipse.wst.sse.core 0.0.0' 的解决办法
问题分析:
  'org.eclipse.wst.sse.core‘是ADT的所依赖的Eclipse插件,出现缺少'org.eclipse.wst.sse.core 0.0.0'的错误说明你当前使用的Eclipse没有安装此插件
解决办法:
   只需要将相应的Eclips的更新地址加入到更新地址列表中(Help->Install New Software..),并注意选中“Contact all update sites during install to find required software”,在重新安装ADT即可。
参见:
http://*.com/questions/4249695/adt-requires-org-eclipse-wst-sse-core-0-0-0-but-it-could-not-be-found
http://code.google.com/intl/es/eclipse/docs/faq.html#wstinstallerror