1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +02:00

Fix PLUGIN_ID in com.windriver.ide.tm.terminal.view

This commit is contained in:
Martin Oberhuber 2006-12-04 10:37:14 +00:00
parent 0d49174878
commit 1770ac3e60

View file

@ -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;