tmf: fix api neglect from patch 28200
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 13 Jun 2014 15:27:50 +0000 (11:27 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 13 Jun 2014 15:46:26 +0000 (11:46 -0400)
Change-Id: Iea78fb157fe51e2425506373df6fc7459366963c
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/28491
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.linuxtools.tmf.ui/META-INF/MANIFEST.MF
org.eclipse.linuxtools.tmf.ui/pom.xml
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/synchronization/TmfSynchronizationView.java

index 6b9d537f5fc4d584da538b56f5aa8c92398d7036..a29b500ecf7c62bfcbac0740b7c3a79b521b3527 100644 (file)
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-Vendor: %Bundle-Vendor
-Bundle-Version: 3.0.0.qualifier
+Bundle-Version: 3.1.0.qualifier
 Bundle-Localization: plugin
 Bundle-SymbolicName: org.eclipse.linuxtools.tmf.ui;singleton:=true
 Bundle-Activator: org.eclipse.linuxtools.internal.tmf.ui.Activator
index 866b0d728f1bebe7144f66b7725ece257a1e89e3..0d4752441da2afed8a610b1c8bd9f633ba640031 100644 (file)
@@ -18,7 +18,7 @@
   </parent>
 
   <artifactId>org.eclipse.linuxtools.tmf.ui</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 
   <name>Linux Tools TMF UI Plug-in</name>
index d17bd113ffa1f2aa31b116b32f019d5d49a9c49b..5f80dc105ce0407afb90ea2bc8d6c970222907c0 100644 (file)
@@ -121,6 +121,7 @@ public class TmfSynchronizationView extends TmfView {
      *
      * @param signal
      *            Contains information about the selected trace
+     * @since 3.1
      */
     @TmfSignalHandler
     public void traceSelected(TmfTraceSelectedSignal signal) {
This page took 0.027097 seconds and 5 git commands to generate.