blob: 2e939a8647b00cf4e493fa3b9f4d0894120b9435 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2011 See4sys 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
*
* </copyright>
*/
package org.eclipse.sphinx.emf.workspace.ui.util;
/**
*
*/
public interface ICommonModelUIConstants {
String VIEW_REFERENCES_ID = "org.eclipse.sphinx.emf.workspace.ui.views.references"; //$NON-NLS-1$
}