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 31fc4870d780b60839a0b5b303736e3a29076124..a0c344b8b1659c56134101b3fbacdc32a5006b15 100644 (file)
@@ -1,19 +1,17 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
-Bundle-SymbolicName: org.eclipse.linuxtools.ctf.core;singleton:=true
-Bundle-Version: 0.1.0.qualifier
-Bundle-Activator: org.eclipse.linuxtools.ctf.core.CtfCorePlugin
 Bundle-Vendor: %Bundle-Vendor
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+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
 Bundle-ActivationPolicy: lazy
-Export-Package: org.eclipse.linuxtools.ctf.core,
- org.eclipse.linuxtools.ctf.core.event,
- org.eclipse.linuxtools.ctf.core.event.io,
- org.eclipse.linuxtools.ctf.core.event.metadata,
- org.eclipse.linuxtools.ctf.core.event.metadata.exceptions,
- org.eclipse.linuxtools.ctf.core.event.types,
- org.eclipse.linuxtools.ctf.core.trace
+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.internal.ctf.core.event.io
This page took 0.023596 seconds and 5 git commands to generate.