blob: eccbe3555f32a8b6f9aedf5f5f2d261cf569f36d [file] [log] [blame]
package org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility.p2;
/**
* Help context ids for the P2 SDK
* <p>
* This interface contains constants only; it is not intended to be implemented
* or extended.
* </p>
* @since 3.4
*/
public interface IProvSDKHelpContextIds {
// XXX Must match the id used in the help doc
public static final String PREFIX = "org.eclipse.equinox.p2.ui.sdk"; //$NON-NLS-1$
public static final String PROVISIONING_PREFERENCE_PAGE = PREFIX + "provisioning_preference_page_context"; //$NON-NLS-1$
}