1
0
Fork 0
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:
David Inglis 2003-09-24 18:03:36 +00:00
parent 03f315af98
commit 72dd63daed

View file

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