Patch for Bug287563
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: TMF
4 Bundle-SymbolicName: org.eclipse.linuxtools.tmf
5 Bundle-Version: 0.0.1
6 Bundle-Activator: org.eclipse.linuxtools.tmf.TmfCorePlugin
7 Bundle-Vendor: Eclipse
8 Require-Bundle: org.eclipse.ui,
9 org.eclipse.core.runtime,
10 org.junit4
11 Bundle-RequiredExecutionEnvironment: J2SE-1.5
12 Bundle-ActivationPolicy: lazy
13 Import-Package: org.junit.runner
14 Export-Package: org.eclipse.linuxtools.tmf,
15 org.eclipse.linuxtools.tmf.event,
16 org.eclipse.linuxtools.tmf.request,
17 org.eclipse.linuxtools.tmf.stream,
18 org.eclipse.linuxtools.tmf.trace
This page took 0.030385 seconds and 5 git commands to generate.