/******************************************************************************* * Copyright (c) 2007, 2008 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 v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.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$ }