Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8559f00a86ae8fe1c49759ac611e1e5f36284309 (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
25
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.oprofile.core;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.internal.oprofile.core.OprofileCorePlugin
Bundle-Vendor: %bundleProvider
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0",
 org.eclipse.ui;bundle-version="3.4.0",
 org.eclipse.linuxtools.tools.launch.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: oprofile-core.jar
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.linuxtools.internal.oprofile.core,
 org.eclipse.linuxtools.internal.oprofile.core.daemon,
 org.eclipse.linuxtools.internal.oprofile.core.linux,
 org.eclipse.linuxtools.internal.oprofile.core.model,
 org.eclipse.linuxtools.internal.oprofile.core.opxml,
 org.eclipse.linuxtools.internal.oprofile.core.opxml.checkevent,
 org.eclipse.linuxtools.internal.oprofile.core.opxml.info,
 org.eclipse.linuxtools.internal.oprofile.core.opxml.modeldata,
 org.eclipse.linuxtools.internal.oprofile.core.opxml.sessions
Bundle-Localization: plugin
Eclipse-BundleShape: dir
Import-Package: org.eclipse.core.resources

Back to the top