blob: bf1e4d2d35960d2ec5bb2857c52f084442e81e47 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2018 Borland Software Corporation 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:
* Borland Software Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.m2m.internal.qvt.oml.common;
public interface MDAConstants {
public static final String QVTO_TRANSFORMATION_CONTEXTID = "org.eclipse.m2m.qvt.oml._transformation"; //$NON-NLS-1$
public static final String QVTO_FILE_EXTENSION = "qvto"; //$NON-NLS-1$
public static final String QVTO_FILE_EXTENSION_WITH_DOT = "." + QVTO_FILE_EXTENSION; //$NON-NLS-1$
public static final String QVTO_LAUNCH_CONFIGURATION_NAME = "QVTO"; //$NON-NLS-1$
public static final String QVTO_TRACEFILE_EXTENSION = "qvtotrace"; //$NON-NLS-1$
public static final String QVTO_TRACEFILE_EXTENSION_WITH_DOT = "." + QVTO_TRACEFILE_EXTENSION; //$NON-NLS-1$
}