diff options
author | Siva Velusamy <vsiva@google.com> | 2012-12-04 11:20:48 -0800 |
---|---|---|
committer | Siva Velusamy <vsiva@google.com> | 2012-12-04 11:20:48 -0800 |
commit | b22931665cdd82859344ad9a704d841ce08f5717 (patch) | |
tree | 85eb6dd73cbce175f524cf487cce53a4eb17b6f7 /eclipse | |
parent | e4c9b0bf9514c37a37d838c9614b41a72eab44cf (diff) | |
download | sdk-b22931665cdd82859344ad9a704d841ce08f5717.zip sdk-b22931665cdd82859344ad9a704d841ce08f5717.tar.gz sdk-b22931665cdd82859344ad9a704d841ce08f5717.tar.bz2 |
Include Error Log view in ADT bundle
Change-Id: Ia1cef2f50d725fbed5012b46f2a9440b6154df0b
Diffstat (limited to 'eclipse')
-rw-r--r-- | eclipse/features/com.android.ide.eclipse.adt.package/feature.xml | 1 |
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 33b8803..fd6cbd1 100644 --- a/eclipse/features/com.android.ide.eclipse.adt.package/feature.xml +++ b/eclipse/features/com.android.ide.eclipse.adt.package/feature.xml @@ -44,6 +44,7 @@ <import plugin="org.eclipse.ui.forms"/> <import plugin="org.eclipse.ui.browser"/> <import plugin="org.eclipse.ui.views"/> + <import plugin="org.eclipse.ui.views.log"/> <import plugin="org.eclipse.wst.sse.core"/> <import plugin="org.eclipse.wst.sse.ui"/> <import plugin="org.eclipse.wst.xml.core"/> |