tmf: Bump plugins version to 2.0 for Kepler branch
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 26 Jul 2012 21:47:48 +0000 (17:47 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 30 Jul 2012 21:02:39 +0000 (17:02 -0400)
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 <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/6968
Reviewed-by: Mathieu Denis <mathieu.denis55@gmail.com>
org.eclipse.linuxtools.tmf.core.tests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.tmf.core.tests/pom.xml
org.eclipse.linuxtools.tmf.core/META-INF/MANIFEST.MF
org.eclipse.linuxtools.tmf.core/pom.xml
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/ctfadaptor/CtfTmfEventField.java
org.eclipse.linuxtools.tmf.ui.tests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.tmf.ui.tests/pom.xml
org.eclipse.linuxtools.tmf.ui/META-INF/MANIFEST.MF
org.eclipse.linuxtools.tmf.ui/pom.xml
org.eclipse.linuxtools.tmf/feature.xml
org.eclipse.linuxtools.tmf/pom.xml

index 366221eb0a9f5c576e6876107ecf153e94c16b3a..aafe400b6029d1894ed8d40da07d9927aa3d8c10 100644 (file)
@@ -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
index c2875c18161fe9249ec2938432142d17aea51f26..7560b0343f0f752f448ce94785ae1394a1068cdf 100644 (file)
@@ -20,7 +20,7 @@
   </parent>
 
   <artifactId>org.eclipse.linuxtools.tmf.core.tests</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 
   <name>Linux Tools LTTng TMF Core Unit Test Suite</name>
index a0ecefef204e0ce2c397bc77e2b4feef59c1edad..2b326d5bb36ee34ab31b9b3b60add86fb46846e5 100644 (file)
@@ -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
index a29a8b838301981531d734c3152e8d37b9f2ee99..c9167f8a69f6d639af84246c02eb827d50e4951f 100644 (file)
@@ -18,7 +18,7 @@
   </parent>
 
   <artifactId>org.eclipse.linuxtools.tmf.core</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 
   <name>Linux Tools LTTng TMF Core Plug-in</name>
index f2b7774e944cd6a4e8ca9daf122447a15cef3bea..347765414915ebb0dcb8c2dded48c3632b1f5503 100644 (file)
@@ -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;
 
     // ------------------------------------------------------------------------
index 0d071df13dab5cebbddff65ee3235eb5fdf05b44..f71cfb087b53efc36c1b4a6f750f1987fb9c260b 100644 (file)
@@ -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
index ee0f9960066e14524f02b96f1c52535f5279568a..2fb915bd60fc973ed970ee7f1311dc6cbeb01254 100644 (file)
@@ -20,7 +20,7 @@
   </parent>
 
   <artifactId>org.eclipse.linuxtools.tmf.ui.tests</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 
   <name>Linux Tools LTTng TMF UI Unit Test Suite</name>
index feb3f4b6439705e56d9dfd2b92648cd83dff4137..ebf65848e7a7cfcc38f16b3d474c7816c72ea4c4 100644 (file)
@@ -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
index 08f6b046b5dde0587251864ef76be7510c828e47..478e02541ef1386650cfec9f45736116d1cbbccb 100644 (file)
@@ -18,7 +18,7 @@
   </parent>
 
   <artifactId>org.eclipse.linuxtools.tmf.ui</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 
   <name>Linux Tools LTTng TMF UI Plug-in</name>
index e533c42a5b065a36ced5dd09fb93d2090d028dd3..53adc792131273b3dfbe4df084415b13b27177c2 100644 (file)
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.linuxtools.tmf"
       label="%featureName"
-      version="1.1.0.qualifier"
+      version="2.0.0.qualifier"
       provider-name="%featureProvider">
 
    <description>
index b86ef1b7431b70fcf122c749298eb71e875765cb..a7eb6e08580eec29a4518e7bee8deb738e670eb2 100644 (file)
@@ -18,7 +18,7 @@
   </parent>
 
   <artifactId>org.eclipse.linuxtools.tmf</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 
   <name>Linux Tools LTTng TMF (Tracing and Monitoring Framework)</name>
This page took 0.032156 seconds and 5 git commands to generate.