Fix activator plug-in IDs
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.analysis.xml.ui.tests / src / org / eclipse / tracecompass / tmf / analysis / xml / ui / tests / Activator.java
index 50b0c48cf5e27f5c524a92413954cf9c4048b867..8da746c2ef850f4f1eba21062f022ad4d3c6cb77 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013, 2014 École Polytechnique de Montréal
+ * Copyright (c) 2013, 2015 École Polytechnique de Montréal
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -23,7 +23,7 @@ public class Activator extends AbstractUIPlugin {
     /**
      * The plug-in ID
      */
-    public static final String PLUGIN_ID = "org.eclipse.linuxtools.tmf.analysis.xml.ui.tests"; //$NON-NLS-1$
+    public static final String PLUGIN_ID = "org.eclipse.tracecompass.tmf.analysis.xml.ui.tests"; //$NON-NLS-1$
 
     // The shared instance
     private static Activator plugin;
This page took 0.024738 seconds and 5 git commands to generate.