File: MANIFEST.MF

package info (click to toggle)
eclipse-linuxtools 1.0.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 69,212 kB
  • sloc: java: 224,575; xml: 23,980; ansic: 15,426; python: 458; cpp: 279; sh: 251; makefile: 48
file content (26 lines) | stat: -rw-r--r-- 1,225 bytes parent folder | download
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
26
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.systemtap.ui.graphingapi.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.linuxtools.internal.systemtap.ui.graphingapi.ui.GraphingAPIUIPlugin
Bundle-Vendor: %bundleProvider
Bundle-Localization: plugin
Export-Package: 
 org.eclipse.linuxtools.systemtap.ui.graphingapi.ui.charts,
 org.eclipse.linuxtools.systemtap.ui.graphingapi.ui.datadisplay,
 org.eclipse.linuxtools.systemtap.ui.graphingapi.ui.graphs,
 org.eclipse.linuxtools.systemtap.ui.graphingapi.ui.preferences,
 org.eclipse.linuxtools.systemtap.ui.graphingapi.ui.widgets,
 org.eclipse.linuxtools.systemtap.ui.graphingapi.ui.wizards.dataset,
 org.eclipse.linuxtools.systemtap.ui.graphingapi.ui.wizards.filter,
 org.eclipse.linuxtools.systemtap.ui.graphingapi.ui.wizards.graph
Require-Bundle: org.eclipse.linuxtools.systemtap.ui.graphingapi.nonui;visibility:=reexport,
 org.eclipse.linuxtools.systemtap.ui.structures,
 org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.ui.forms,
 org.swtchart,
 org.eclipse.linuxtools.dataviewers.piechart
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5