blob: 71eb59b5bbca3eb47c6bc4c8ff5c210889b2be1b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005-2014 Obeo
*
* 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.gen.template.eval.merge;
import org.eclipse.sirius.query.legacy.gen.AcceleoGenMessages;
/**
* Round-trip support for templates.
*
*
*/
public class MergeTools {
/**
* Default tag used to start the user code.
*/
public static final String DEFAULT_USER_BEGIN = AcceleoGenMessages.getString("MergeTools.UserCodeStart"); //$NON-NLS-1$
/**
* Default tag used to stop the user code.
*/
public static final String DEFAULT_USER_END = AcceleoGenMessages.getString("MergeTools.UserCodeEnd"); //$NON-NLS-1$
}