blob: b2f4bb4e4d1298a7dad37f18f29ef63a9ac2614a [file] [log] [blame]
package org.eclipse.cdt.managedbuilder.internal.ui;
import org.eclipse.cdt.ui.CUIPlugin;
/**********************************************************************
* Copyright (c) 2002,2003 Rational Software Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v0.5
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v05.html
*
* Contributors:
* IBM Rational Software - Initial API and implementation
* **********************************************************************/
public interface ManagedBuilderHelpContextIds {
public static final String PREFIX= CUIPlugin.PLUGIN_ID + ".";
// Wizard pages
public static final String MAN_PROJ_PLATFORM_HELP = PREFIX + "man_proj_platform_help";
}