mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
change id.
This commit is contained in:
parent
de6f1904f6
commit
417358495f
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@ import org.eclipse.cdt.debug.core.IStackFrameInfo;
|
|||
import org.eclipse.cdt.debug.core.sourcelookup.CSourceLocator;
|
||||
import org.eclipse.core.resources.IProject;
|
||||
import org.eclipse.core.runtime.CoreException;
|
||||
import org.eclipse.debug.core.DebugException;
|
||||
import org.eclipse.debug.core.ILaunchConfiguration;
|
||||
import org.eclipse.debug.core.ILaunchConfigurationWorkingCopy;
|
||||
import org.eclipse.debug.core.model.IPersistableSourceLocator;
|
||||
|
@ -41,7 +40,7 @@ public class CUISourceLocator implements IPersistableSourceLocator
|
|||
* Identifier for the 'Prompting C/C++ Source Locator' extension
|
||||
* (value <code>"org.eclipse.cdt.debug.ui.cSourceLocator"</code>).
|
||||
*/
|
||||
public static final String ID_PROMPTING_JAVA_SOURCE_LOCATOR = CDebugUIPlugin.getUniqueIdentifier() + ".cSourceLocator"; //$NON-NLS-1$
|
||||
public static final String ID_PROMPTING_C_SOURCE_LOCATOR = CDebugUIPlugin.getUniqueIdentifier() + ".cSourceLocator"; //$NON-NLS-1$
|
||||
|
||||
/**
|
||||
* The project being debugged.
|
||||
|
|
Loading…
Add table
Reference in a new issue