Push LTTng MANIFEST.MF/pom.xml to 1.0 and correct features dependencies
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / META-INF / MANIFEST.MF
index 64b5eb13b54f70ba0b9b97c09724c21d0a70635d..a0c344b8b1659c56134101b3fbacdc32a5006b15 100644 (file)
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-Vendor: %Bundle-Vendor
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 1.0.0.qualifier
 Bundle-Localization: plugin
 Bundle-SymbolicName: org.eclipse.linuxtools.ctf.core;singleton:=true
 Bundle-Activator: org.eclipse.linuxtools.internal.ctf.core.Activator
@@ -10,7 +10,8 @@ Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
  org.antlr.runtime;bundle-version="3.2.0",
- org.eclipse.linuxtools.ctf.parser;bundle-version="0.1.0"
+ org.eclipse.linuxtools.ctf.parser;bundle-version="1.0.0"
 Export-Package: org.eclipse.linuxtools.ctf.core.event,
  org.eclipse.linuxtools.ctf.core.event.types,
- org.eclipse.linuxtools.ctf.core.trace
+ org.eclipse.linuxtools.ctf.core.trace,
+ org.eclipse.linuxtools.internal.ctf.core.event.io
This page took 0.023635 seconds and 5 git commands to generate.