Home | History | Annotate | Download | only in META-INF
      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: 14.0.0.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  org.eclipse.jdt.core
     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.location,
     28  com.android.ddmuilib.log.event,
     29  com.android.ddmuilib.logcat,
     30  com.android.ide.eclipse.ddms,
     31  com.android.ide.eclipse.ddms.preferences,
     32  com.android.ide.eclipse.ddms.views
     33 Bundle-ClassPath: .,
     34  libs/ddmlib.jar,
     35  libs/ddmuilib.jar,
     36  libs/jcommon-1.0.12.jar,
     37  libs/jfreechart-1.0.9.jar,
     38  libs/jfreechart-1.0.9-swt.jar
     39