From 273c7f3070ad34c5228afb24d6655f6e8092186c Mon Sep 17 00:00:00 2001 From: Alexandre Montplaisir Date: Thu, 26 Jul 2012 17:47:48 -0400 Subject: [PATCH] tmf: Bump plugins version to 2.0 for Kepler branch Since 1.2 is not yet released, we have to fake all the existing "@since 1.2" methods to "@since 2.0". When we merge this branch back into master (which should be after the 1.2 release), these should be reverted to "@since 1.2". Change-Id: I5b74bd4c021424aecdf62014147b2ef4ff0d0b6b Signed-off-by: Alexandre Montplaisir Reviewed-on: https://git.eclipse.org/r/6968 Reviewed-by: Mathieu Denis --- .../META-INF/MANIFEST.MF | 2 +- org.eclipse.linuxtools.tmf.core.tests/pom.xml | 2 +- org.eclipse.linuxtools.tmf.core/META-INF/MANIFEST.MF | 2 +- org.eclipse.linuxtools.tmf.core/pom.xml | 2 +- .../linuxtools/tmf/core/ctfadaptor/CtfTmfEventField.java | 8 ++++---- org.eclipse.linuxtools.tmf.ui.tests/META-INF/MANIFEST.MF | 2 +- org.eclipse.linuxtools.tmf.ui.tests/pom.xml | 2 +- org.eclipse.linuxtools.tmf.ui/META-INF/MANIFEST.MF | 2 +- org.eclipse.linuxtools.tmf.ui/pom.xml | 2 +- org.eclipse.linuxtools.tmf/feature.xml | 2 +- org.eclipse.linuxtools.tmf/pom.xml | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/org.eclipse.linuxtools.tmf.core.tests/META-INF/MANIFEST.MF b/org.eclipse.linuxtools.tmf.core.tests/META-INF/MANIFEST.MF index 366221eb0a..aafe400b60 100644 --- a/org.eclipse.linuxtools.tmf.core.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.linuxtools.tmf.core.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-Vendor: %Bundle-Vendor -Bundle-Version: 1.2.0.qualifier +Bundle-Version: 2.0.0.qualifier Bundle-Localization: plugin Bundle-SymbolicName: org.eclipse.linuxtools.tmf.core.tests;singleton:=true Bundle-Activator: org.eclipse.linuxtools.tmf.core.tests.TmfCoreTestPlugin diff --git a/org.eclipse.linuxtools.tmf.core.tests/pom.xml b/org.eclipse.linuxtools.tmf.core.tests/pom.xml index c2875c1816..7560b0343f 100644 --- a/org.eclipse.linuxtools.tmf.core.tests/pom.xml +++ b/org.eclipse.linuxtools.tmf.core.tests/pom.xml @@ -20,7 +20,7 @@ org.eclipse.linuxtools.tmf.core.tests - 1.2.0-SNAPSHOT + 2.0.0-SNAPSHOT eclipse-test-plugin Linux Tools LTTng TMF Core Unit Test Suite diff --git a/org.eclipse.linuxtools.tmf.core/META-INF/MANIFEST.MF b/org.eclipse.linuxtools.tmf.core/META-INF/MANIFEST.MF index a0ecefef20..2b326d5bb3 100644 --- a/org.eclipse.linuxtools.tmf.core/META-INF/MANIFEST.MF +++ b/org.eclipse.linuxtools.tmf.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-Vendor: %Bundle-Vendor -Bundle-Version: 1.2.0.qualifier +Bundle-Version: 2.0.0.qualifier Bundle-Localization: plugin Bundle-SymbolicName: org.eclipse.linuxtools.tmf.core;singleton:=true Bundle-Activator: org.eclipse.linuxtools.internal.tmf.core.Activator diff --git a/org.eclipse.linuxtools.tmf.core/pom.xml b/org.eclipse.linuxtools.tmf.core/pom.xml index a29a8b8383..c9167f8a69 100644 --- a/org.eclipse.linuxtools.tmf.core/pom.xml +++ b/org.eclipse.linuxtools.tmf.core/pom.xml @@ -18,7 +18,7 @@ org.eclipse.linuxtools.tmf.core - 1.2.0-SNAPSHOT + 2.0.0-SNAPSHOT eclipse-plugin Linux Tools LTTng TMF Core Plug-in diff --git a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfEventField.java b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfEventField.java index f2b7774e94..3477654149 100644 --- a/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfEventField.java +++ b/org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfEventField.java @@ -37,16 +37,16 @@ public abstract class CtfTmfEventField implements ITmfEventField { // Class attributes // ------------------------------------------------------------------------ - /** @since 1.2 */ + /** @since 2.0 */ protected static final int FIELDTYPE_INTEGER = 0; - /** @since 1.2 */ + /** @since 2.0 */ protected static final int FIELDTYPE_STRING = 1; - /** @since 1.2 */ + /** @since 2.0 */ protected static final int FIELDTYPE_INTEGER_ARRAY = 2; - /** @since 1.2 */ + /** @since 2.0 */ protected static final int FIELDTYPE_FLOAT = 3; // ------------------------------------------------------------------------ diff --git a/org.eclipse.linuxtools.tmf.ui.tests/META-INF/MANIFEST.MF b/org.eclipse.linuxtools.tmf.ui.tests/META-INF/MANIFEST.MF index 0d071df13d..f71cfb087b 100644 --- a/org.eclipse.linuxtools.tmf.ui.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.linuxtools.tmf.ui.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-Vendor: %Bundle-Vendor -Bundle-Version: 1.2.0.qualifier +Bundle-Version: 2.0.0.qualifier Bundle-Localization: plugin Bundle-SymbolicName: org.eclipse.linuxtools.tmf.ui.tests;singleton:=true Bundle-ActivationPolicy: lazy diff --git a/org.eclipse.linuxtools.tmf.ui.tests/pom.xml b/org.eclipse.linuxtools.tmf.ui.tests/pom.xml index ee0f996006..2fb915bd60 100644 --- a/org.eclipse.linuxtools.tmf.ui.tests/pom.xml +++ b/org.eclipse.linuxtools.tmf.ui.tests/pom.xml @@ -20,7 +20,7 @@ org.eclipse.linuxtools.tmf.ui.tests - 1.2.0-SNAPSHOT + 2.0.0-SNAPSHOT eclipse-test-plugin Linux Tools LTTng TMF UI Unit Test Suite diff --git a/org.eclipse.linuxtools.tmf.ui/META-INF/MANIFEST.MF b/org.eclipse.linuxtools.tmf.ui/META-INF/MANIFEST.MF index feb3f4b643..ebf65848e7 100644 --- a/org.eclipse.linuxtools.tmf.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.linuxtools.tmf.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-Vendor: %Bundle-Vendor -Bundle-Version: 1.2.0.qualifier +Bundle-Version: 2.0.0.qualifier Bundle-Localization: plugin Bundle-SymbolicName: org.eclipse.linuxtools.tmf.ui;singleton:=true Bundle-Activator: org.eclipse.linuxtools.internal.tmf.ui.Activator diff --git a/org.eclipse.linuxtools.tmf.ui/pom.xml b/org.eclipse.linuxtools.tmf.ui/pom.xml index 08f6b046b5..478e02541e 100644 --- a/org.eclipse.linuxtools.tmf.ui/pom.xml +++ b/org.eclipse.linuxtools.tmf.ui/pom.xml @@ -18,7 +18,7 @@ org.eclipse.linuxtools.tmf.ui - 1.2.0-SNAPSHOT + 2.0.0-SNAPSHOT eclipse-plugin Linux Tools LTTng TMF UI Plug-in diff --git a/org.eclipse.linuxtools.tmf/feature.xml b/org.eclipse.linuxtools.tmf/feature.xml index e533c42a5b..53adc79213 100644 --- a/org.eclipse.linuxtools.tmf/feature.xml +++ b/org.eclipse.linuxtools.tmf/feature.xml @@ -2,7 +2,7 @@ diff --git a/org.eclipse.linuxtools.tmf/pom.xml b/org.eclipse.linuxtools.tmf/pom.xml index b86ef1b743..a7eb6e0858 100644 --- a/org.eclipse.linuxtools.tmf/pom.xml +++ b/org.eclipse.linuxtools.tmf/pom.xml @@ -18,7 +18,7 @@ org.eclipse.linuxtools.tmf - 1.1.0-SNAPSHOT + 2.0.0-SNAPSHOT eclipse-feature Linux Tools LTTng TMF (Tracing and Monitoring Framework) -- 2.34.1