blob: 5ee5419817842151615363c113fb610df228e1e4 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012, 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - initial API and implementation
*******************************************************************************/
package org.eclipse.ocl.common.ui;
public interface CommonUIConstants
{
public static final String PLUGIN_ID = "org.eclipse.ocl.common.ui"; //$NON-NLS-1$
public static final String NATURE_ID = PLUGIN_ID + ".nature"; //$NON-NLS-1$
}