blob: 962472e04f2e07dfa7f8e8e7bda03265e9fa1688 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008, 2011 Mia-Software.
* 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:
* Hugo Bruneliere (INRIA) - initial API and implementation
* Sebastien Minguet (Mia-Software) - initial API and implementation
* Frederic Madiot (Mia-Software) - initial API and implementation
* Gabriel Barbier (Mia-Software) - initial API and implementation
*******************************************************************************/
package org.eclipse.gmt.modisco.usecase.simpletransformationschain;
/**
* @author Gabriel Barbier
*
*
* @deprecated use matching org.eclipse.modisco.x.y.z component
*/
@Deprecated
public interface PreferencesKeys {
public final String useCustomTransformation = "customTransformation.use"; //$NON-NLS-1$
public final String pathOfCustomTransformation = "customTransformation.path"; //$NON-NLS-1$
}