Fix activator plug-in IDs
[deliverable/tracecompass.git] / org.eclipse.tracecompass.lttng2.ust.ui / src / org / eclipse / tracecompass / internal / lttng2 / ust / ui / Activator.java
index 533bd57bb69cda5c202fc13b88e3b0725e8de08b..ba48a04de50d3fb22257669b0047172e2c64e948 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013, 2014 Ericsson
+ * Copyright (c) 2013, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -32,7 +32,7 @@ public class Activator extends AbstractUIPlugin {
     /**
      *  The plug-in ID
      */
-    public static final String PLUGIN_ID = "org.eclipse.linuxtools.lttng2.ust.ui"; //$NON-NLS-1$
+    public static final String PLUGIN_ID = "org.eclipse.tracecompass.lttng2.ust.ui"; //$NON-NLS-1$
 
     /**
      *  The shared instance
This page took 0.025694 seconds and 5 git commands to generate.