1 Manifest-Version: 1.0 2 Bundle-ManifestVersion: 2 3 Bundle-Name: %Bundle-Name 4 Bundle-SymbolicName: com.android.ide.eclipse.ddms;singleton:=true 5 Bundle-Version: 24.0.2.qualifier 6 Bundle-Activator: com.android.ide.eclipse.ddms.DdmsPlugin 7 Bundle-Vendor: %Bundle-Vendor 8 Bundle-Localization: plugin 9 Require-Bundle: org.eclipse.ui, 10 org.eclipse.core.runtime, 11 org.eclipse.ui.console, 12 org.eclipse.core.resources, 13 org.eclipse.ui.ide, 14 org.eclipse.core.filesystem, 15 com.android.ide.eclipse.base 16 Bundle-ActivationPolicy: lazy 17 Export-Package: com.android.ddmlib, 18 com.android.ddmlib.log, 19 com.android.ddmlib.testrunner, 20 com.android.ddmlib.utils, 21 com.android.ddmuilib, 22 com.android.ddmuilib.actions, 23 com.android.ddmuilib.annotation, 24 com.android.ddmuilib.console, 25 com.android.ddmuilib.explorer, 26 com.android.ddmuilib.handler, 27 com.android.ddmuilib.heap, 28 com.android.ddmuilib.location, 29 com.android.ddmuilib.log.event, 30 com.android.ddmuilib.logcat, 31 com.android.ddmuilib.net, 32 com.android.ide.eclipse.ddms, 33 com.android.ide.eclipse.ddms.i18n, 34 com.android.ide.eclipse.ddms.preferences, 35 com.android.ide.eclipse.ddms.views 36 Bundle-ClassPath: ., 37 libs/ddmlib.jar, 38 libs/ddmuilib.jar, 39 libs/jcommon-1.0.12.jar, 40 libs/jfreechart-1.0.9.jar, 41 libs/jfreechart-swt-1.0.9.jar, 42 libs/uiautomatorviewer.jar 43 Bundle-RequiredExecutionEnvironment: JavaSE-1.6 44