rcp: Change workspace directory to .tracecompass
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 19 Nov 2014 22:29:28 +0000 (17:29 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 28 Nov 2014 18:13:43 +0000 (13:13 -0500)
This was supposed to be part of the big patchset of renames,
but got lost somehow.

Also updated the PLUGIN_ID while at it.

Change-Id: I05664f5697fd655b250884a4ed3e985eeed7a2ff
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/36726
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.tracecompass.rcp.ui/src/org/eclipse/tracecompass/internal/tracing/rcp/ui/TracingRcpPlugin.java

index 8886756e60ebf2dcb72869163072d9f5e464ab17..7be98d98ab9698831acd423a075f8d0538d62de3 100644 (file)
@@ -34,12 +34,12 @@ public class TracingRcpPlugin extends AbstractUIPlugin {
     /**
      * The plug-in ID
      */
-    public static final String PLUGIN_ID = "org.eclipse.linuxtools.tracing.rcp.ui"; //$NON-NLS-1$
+    public static final String PLUGIN_ID = "org.eclipse.tracecompass.rcp.ui"; //$NON-NLS-1$
 
     /**
      * The default workspace name
      */
-    public static final String WORKSPACE_NAME = ".traceviewer"; //$NON-NLS-1$
+    public static final String WORKSPACE_NAME = ".tracecompass"; //$NON-NLS-1$
 
     // ------------------------------------------------------------------------
     // Attributes
This page took 0.036794 seconds and 5 git commands to generate.