blob: 556b57931524d79b9386fc597c4bfee54d2bc9c4 [file] [log] [blame]
package org.eclipse.equinox.internal.p2.ui.sdk;
/**
* 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 {
public static final String PREFIX = ProvSDKUIActivator.PLUGIN_ID + "."; //$NON-NLS-1$
public static final String PROVISIONING_PREFERENCE_PAGE = PREFIX + "provisioning_preference_page_context"; //$NON-NLS-1$
}