OSDN Git Service

ADT: change to 0.9.9 (fix for ADT removing source folders)
[android-x86/sdk.git] / eclipse / plugins / com.android.ide.eclipse.ddms / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Dalvik Debug Monitor Service
4 Bundle-SymbolicName: com.android.ide.eclipse.ddms;singleton:=true
5 Bundle-Version: 0.9.9.qualifier
6 Bundle-Activator: com.android.ide.eclipse.ddms.DdmsPlugin
7 Bundle-Vendor: The Android Open Source Project
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 Eclipse-LazyStart: true
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