1bbbc192f5fe7b2a07d4ee11cc6d09da7f2cda56
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: %Bundle-Name
4 Bundle-Vendor: %Bundle-Vendor
5 Bundle-Version: 3.0.0.qualifier
6 Bundle-Localization: plugin
7 Bundle-SymbolicName: org.eclipse.linuxtools.ctf.core;singleton:=true
8 Bundle-Activator: org.eclipse.linuxtools.internal.ctf.core.Activator
9 Bundle-ActivationPolicy: lazy
10 Bundle-RequiredExecutionEnvironment: JavaSE-1.7
11 Require-Bundle: org.eclipse.core.runtime,
12 org.eclipse.linuxtools.ctf.parser;bundle-version="3.0.0"
13 Export-Package: org.eclipse.linuxtools.ctf.core,
14 org.eclipse.linuxtools.ctf.core.event,
15 org.eclipse.linuxtools.ctf.core.event.io,
16 org.eclipse.linuxtools.ctf.core.event.scope,
17 org.eclipse.linuxtools.ctf.core.event.types,
18 org.eclipse.linuxtools.ctf.core.trace,
19 org.eclipse.linuxtools.internal.ctf.core;x-friends:="org.eclipse.linuxtools.ctf.core.tests",
20 org.eclipse.linuxtools.internal.ctf.core.event;x-friends:="org.eclipse.linuxtools.ctf.core.tests",
21 org.eclipse.linuxtools.internal.ctf.core.event.metadata;x-friends:="org.eclipse.linuxtools.ctf.core.tests",
22 org.eclipse.linuxtools.internal.ctf.core.event.metadata.exceptions;x-friends:="org.eclipse.linuxtools.ctf.core.tests",
23 org.eclipse.linuxtools.internal.ctf.core.trace;x-friends:="org.eclipse.linuxtools.ctf.core.tests"
24 Import-Package: com.google.common.base,
25 com.google.common.collect,
26 org.antlr.runtime;version="3.2.0",
27 org.antlr.runtime.tree;version="3.2.0"
This page took 0.050831 seconds and 4 git commands to generate.