mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
added make project id
This commit is contained in:
parent
03f315af98
commit
72dd63daed
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ import org.eclipse.core.runtime.Status;
|
|||
* The main plugin class to be used in the desktop.
|
||||
*/
|
||||
public class MakeCorePlugin extends Plugin {
|
||||
public static final String MAKE_PROJECT_ID = MakeCorePlugin.getUniqueIdentifier() + ".make";
|
||||
private MakeTargetManager fTargetManager;
|
||||
public static final String OLD_BUILDER_ID = "org.eclipse.cdt.core.cbuilder"; //$NON-NLS-1$
|
||||
//The shared instance.
|
||||
|
|
Loading…
Add table
Reference in a new issue