~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to oprofile/org.eclipse.linuxtools.oprofile.ui/META-INF/MANIFEST.MF

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2012-06-29 12:07:30 UTC
  • Revision ID: package-import@ubuntu.com-20120629120730-bfri1xys1i71dpn6
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Manifest-Version: 1.0
 
2
Bundle-ManifestVersion: 2
 
3
Bundle-Name: %bundleName
 
4
Bundle-SymbolicName: org.eclipse.linuxtools.oprofile.ui;singleton:=true
 
5
Bundle-Version: 1.0.0.qualifier
 
6
Bundle-Vendor: %bundleProvider
 
7
Bundle-RequiredExecutionEnvironment: J2SE-1.5
 
8
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0",
 
9
 org.eclipse.ui;bundle-version="3.4.0",
 
10
 org.eclipse.ui.editors;bundle-version="3.4.0"
 
11
Bundle-Activator: org.eclipse.linuxtools.internal.oprofile.ui.OprofileUiPlugin
 
12
Bundle-ActivationPolicy: lazy
 
13
Bundle-Localization: plugin
 
14
Export-Package: org.eclipse.linuxtools.internal.oprofile.ui,
 
15
 org.eclipse.linuxtools.internal.oprofile.ui.view
 
16
Import-Package: org.eclipse.cdt.core.model,
 
17
 org.eclipse.core.resources,
 
18
 org.eclipse.debug.ui.sourcelookup,
 
19
 org.eclipse.jface.text,
 
20
 org.eclipse.linuxtools.internal.oprofile.core,
 
21
 org.eclipse.linuxtools.internal.oprofile.core.model,
 
22
 org.eclipse.linuxtools.internal.oprofile.core.opxml.sessions,
 
23
 org.eclipse.linuxtools.profiling.ui