blob: 9d25e3a35261fd8c202885bd6e13470a5d1823e5 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 Borland Software Corporation
*
* 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.project.nature;
public class LegacyNature extends BaseNature {
public static final String ID = "org.eclipse.m2m.qvt.oml.project.TransformationNature";//$NON-NLS-1$
public LegacyNature() {
super();
}
}