- Renamed a few classes in accordance with the model
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / META-INF / MANIFEST.MF
... / ...
CommitLineData
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: TMF
4Bundle-SymbolicName: org.eclipse.linuxtools.tmf
5Bundle-Version: 0.0.1
6Bundle-Activator: org.eclipse.linuxtools.tmf.TmfCorePlugin
7Bundle-Vendor: Eclipse
8Require-Bundle: org.eclipse.ui,
9 org.eclipse.core.runtime,
10 org.junit4
11Bundle-RequiredExecutionEnvironment: J2SE-1.5
12Bundle-ActivationPolicy: lazy
13Import-Package: org.junit.runner
14Export-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.023266 seconds and 5 git commands to generate.