/*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package fr.inria.diverse.melange.ui.templates;
public interface IHelpContextIds {
public static final String PREFIX = "org.eclipse.pde.doc.user."; //$NON-NLS-1$
public static final String TEMPLATE_FSM_SAMPLE = PREFIX + "template_fsm_sample"; //$NON-NLS-1$
public static final String TEMPLATE_SIMPLE_MT_MELANGE = PREFIX + "template_simple_mt"; //$NON-NLS-1$
}