2
|
1 |
Manifest-Version: 1.0
|
|
2 |
Bundle-ManifestVersion: 2
|
|
3 |
Bundle-Name: %pluginName
|
|
4 |
Bundle-SymbolicName: org.chromium.debug.ui;singleton:=true
|
|
5 |
Bundle-Version: 0.1.3.qualifier
|
|
6 |
Bundle-Activator: org.chromium.debug.ui.ChromiumDebugUIPlugin
|
|
7 |
Bundle-Vendor: %providerName
|
|
8 |
Bundle-Localization: plugin
|
|
9 |
Require-Bundle: org.eclipse.ui,
|
|
10 |
org.eclipse.core.runtime,
|
|
11 |
org.eclipse.debug.ui;bundle-version="3.4.1",
|
|
12 |
org.eclipse.ui.editors;bundle-version="3.4.0",
|
|
13 |
org.eclipse.jface.text;bundle-version="3.4.1",
|
|
14 |
org.eclipse.core.variables;bundle-version="3.2.100",
|
|
15 |
org.eclipse.ui.ide;bundle-version="3.4.1",
|
|
16 |
org.chromium.debug.core;bundle-version="0.1.3",
|
|
17 |
org.chromium.sdk;bundle-version="0.1.3"
|
|
18 |
Bundle-ActivationPolicy: lazy
|
|
19 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|