Fix #1 for Bug287488
[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.Activator
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.event,
15 org.eclipse.linuxtools.tmf.eventlog
This page took 0.033027 seconds and 6 git commands to generate.