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

« back to all changes in this revision

Viewing changes to systemtap/org.eclipse.linuxtools.threadprofiler/META-INF/MANIFEST.MF

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-13 21:43:22 UTC
  • mfrom: (1.2.1) (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130513214322-6frgd9du1n0w2uo7
Tags: 1.2.1-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Bundle-SymbolicName: org.eclipse.linuxtools.threadprofiler;singleton:=true
5
5
Bundle-Version: 1.0.0.qualifier
6
6
Bundle-Activator: org.eclipse.linuxtools.internal.threadprofiler.ThreadProfilerPlugin
7
 
Require-Bundle: org.eclipse.ui, 
 
7
Require-Bundle: org.eclipse.ui,
8
8
 org.eclipse.core.runtime,
9
9
 org.eclipse.cdt.core,
10
10
 org.eclipse.linuxtools.callgraph.launch,
11
11
 org.eclipse.linuxtools.callgraph.core,
12
 
 org.eclipse.debug.core,
13
12
 org.eclipse.debug.ui,
14
 
 org.eclipse.linuxtools.profiling.launch,
15
 
 org.eclipse.swt
16
 
Import-Package: org.eclipse.ui
 
13
 org.eclipse.linuxtools.profiling.launch
17
14
Bundle-ActivationPolicy: lazy
18
15
Bundle-RequiredExecutionEnvironment: JavaSE-1.6