mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Fix PLUGIN_ID in com.windriver.ide.tm.terminal.view
This commit is contained in:
parent
1da81013b5
commit
2e8951426c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import org.osgi.framework.BundleContext;
|
|||
public class Activator extends AbstractUIPlugin {
|
||||
|
||||
// The plug-in ID
|
||||
public static final String PLUGIN_ID = "org.eclipse.tm.terminal.internal.view";
|
||||
public static final String PLUGIN_ID = "org.eclipse.tm.terminal.view"; //$NON-NLS-1$
|
||||
|
||||
// The shared instance
|
||||
private static Activator plugin;
|
||||
|
|
Loading…
Add table
Reference in a new issue