/******************************************************************************* * 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.k3.ui.templates; public interface IHelpContextIds { public static final String PREFIX = "org.eclipse.pde.doc.user."; //$NON-NLS-1$ public static final String TEMPLATE_HELLO_WORLD = PREFIX + "template_hello_world"; //$NON-NLS-1$ public static final String TEMPLATE_MINI_ASPECT_SAMPLE = PREFIX + "template_mini_aspect_sample"; //$NON-NLS-1$ public static final String TEMPLATE_MINI_ECORE_ASPECT_SAMPLE = PREFIX + "template_mini_ecore_aspect_sample"; //$NON-NLS-1$ public static final String TEMPLATE_ECORE_ASPECT = PREFIX + "template_ecore_aspect"; //$NON-NLS-1$ public static final String TEMPLATE_ECORE_ASPECT_WITH_MELANGE = PREFIX + "template_ecore_aspect_with_melange"; //$NON-NLS-1$ }