Fix activator plug-in IDs
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.pcap.core / src / org / eclipse / tracecompass / internal / tmf / pcap / core / Activator.java
index e09fc7d4e6951988e6ea99bb5c05fc5052c819e1..54568bcfc6df117084041e2eb05d0ac1f38abe93 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2014 Ericsson
+ * Copyright (c) 2014, 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 Plugin {
     /**
      * The plug-in ID
      */
-    public static final String PLUGIN_ID = "org.eclipse.linuxtools.tmf.pcap.core"; //$NON-NLS-1$
+    public static final String PLUGIN_ID = "org.eclipse.tracecompass.tmf.pcap.core"; //$NON-NLS-1$
 
     /**
      * The shared instance
This page took 0.035075 seconds and 5 git commands to generate.