blob: 44986dc3b06e89303891110d254068431bbb23fb [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2008, 2009 THALES GLOBAL SERVICES.
* 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:
* Obeo - initial API and implementation
*******************************************************************************/
package org.eclipse.sirius.query.legacy.business.internal.interpreter;
/**
* Messages for the acceleo interpreter.
*
* @author ymortier
*/
public interface IAcceleoInterpreterMessages {
/** Error while evaluating Acceleo Expression. */
String EVALUATION_ERROR = "Error while evaluating Acceleo expression";
}