blob: 629e1f6589de5227ce7a169575b8420d7137e2a2 [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2002, 2005 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 org.eclipse.gmf.runtime.common.ui.services.action.internal.contributionitem;
/**
* Constants used by the contribution item service.
*
* @author melaasar
*/
public interface ContributionItemConstants {
/** The id of the default additions group in a menu. */
public final String GROUP_ADDITIONS = "additionsGroup";//$NON-NLS-1$
}