Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 16976f7e4dd98b19e02f7639460b83c3ecacea6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.oprofile.ui;singleton:=true
Bundle-Version: 1.1.1.qualifier
Bundle-Vendor: %bundleProvider
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0",
 org.eclipse.ui;bundle-version="3.4.0",
 org.eclipse.linuxtools.profiling.launch;bundle-version="0.10.0",
 org.eclipse.core.filesystem;bundle-version="1.3.100",
 org.eclipse.debug.ui
Bundle-Activator: org.eclipse.linuxtools.internal.oprofile.ui.OprofileUiPlugin
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Export-Package: org.eclipse.linuxtools.internal.oprofile.ui,
 org.eclipse.linuxtools.oprofile.ui.model,
 org.eclipse.linuxtools.internal.oprofile.ui.view
Import-Package: org.eclipse.core.resources,
 org.eclipse.jface.text,
 org.eclipse.linuxtools.internal.oprofile.core,
 org.eclipse.linuxtools.internal.oprofile.core.model,
 org.eclipse.linuxtools.internal.oprofile.core.opxml.sessions,
 org.eclipse.linuxtools.profiling.ui

Back to the top