blob: b4d0549ac7cc4cdf142fa1bfca66f43cdc26ded8 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2008-2015 See4sys, itemis 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:
* See4sys - Initial API and implementation
* itemis - [457704] Integrate EMF compare 3.x in Sphinx
*
* </copyright>
*/
package org.eclipse.sphinx.emf.compare.ui;
public interface ICompareMenuConstants {
String MENU_COMPARE_WITH_ID = "compareWithMenu";//$NON-NLS-1$
String MENU_COMPARE_WITH_LABEL = "Compare With"; //$NON-NLS-1$
String MENU_COMPARE_WITH_GROUP = "compareWithGroup"; //$NON-NLS-1$
}