aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-02-02 17:03:36 -0800
committerXavier Ducrohet <xav@android.com>2010-02-02 17:03:36 -0800
commit8938213a1690116fb604e7f1c7ebbe072b991c21 (patch)
tree391d04102a780af609603e8410a84a2c166e4c6f /eclipse/plugins/com.android.ide.eclipse.ddms/META-INF
parent8b02c04fa9ad496c6b46ae98496615c85656a489 (diff)
downloadsdk-8938213a1690116fb604e7f1c7ebbe072b991c21.tar.gz
Fixed feature icon and plug-ins exported package lists.
Change-Id: Ie5de78e8546baa2a7ed16fc0cd8278b6553ee6a1
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.ddms/META-INF')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF9
1 files changed, 9 insertions, 0 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF b/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF
index 4715fd13e..40d7cde40 100644
--- a/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF
+++ b/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/MANIFEST.MF
@@ -17,9 +17,18 @@ Eclipse-LazyStart: true
Export-Package: com.android.ddmlib,
com.android.ddmlib.log,
com.android.ddmlib.testrunner,
+ com.android.ddmlib.utils,
com.android.ddmuilib,
+ com.android.ddmuilib.actions,
+ com.android.ddmuilib.annotation,
com.android.ddmuilib.console,
+ com.android.ddmuilib.explorer,
+ com.android.ddmuilib.handler,
+ com.android.ddmuilib.location,
+ com.android.ddmuilib.log.event,
+ com.android.ddmuilib.logcat,
com.android.ide.eclipse.ddms,
+ com.android.ide.eclipse.ddms.preferences,
com.android.ide.eclipse.ddms.views
Bundle-ClassPath: libs/jcommon-1.0.12.jar,
libs/jfreechart-1.0.9.jar,