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

« back to all changes in this revision

Viewing changes to systemtap/org.eclipse.linuxtools.callgraph.core/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: %Bundle-Name
 
4
Bundle-SymbolicName: org.eclipse.linuxtools.callgraph.core;singleton:=true
 
5
Bundle-Version: 1.0.0.qualifier
 
6
Bundle-Activator: org.eclipse.linuxtools.internal.callgraph.core.CallgraphCorePlugin
 
7
Require-Bundle: org.eclipse.ui,
 
8
 org.eclipse.core.runtime
 
9
Bundle-ActivationPolicy: lazy
 
10
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 
11
Export-Package: org.eclipse.linuxtools.internal.callgraph.core
 
12
Import-Package: org.eclipse.cdt.core.model,
 
13
 org.eclipse.debug.ui.sourcelookup,
 
14
 org.eclipse.jface.text,
 
15
 org.eclipse.linuxtools.profiling.ui,
 
16
 org.eclipse.ui,
 
17
 org.eclipse.ui.console
 
18
Bundle-Vendor: %Bundle-Vendor
 
19
Bundle-Localization: plugin