1
0
Fork 0
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:
Martin Oberhuber 2006-12-04 10:37:14 +00:00
parent 1da81013b5
commit 2e8951426c

View file

@ -20,7 +20,7 @@ import org.osgi.framework.BundleContext;
public class Activator extends AbstractUIPlugin { public class Activator extends AbstractUIPlugin {
// The plug-in ID // 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 // The shared instance
private static Activator plugin; private static Activator plugin;