blob: 1ed5a2435cb2274bc5f5f09021126d15d0c7af8b [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2013 itemis 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:
* itemis - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.sphinx.tests.xtendxpand.integration;
public interface XtendXpandTestTemplatesInPlugin {
String CONFIGH_XPT_FILE_PATH = "templates/ConfigH-plugin.xpt"; //$NON-NLS-1$
String XPAND_CONFIGH_DEFINITION_NAME = "templates::ConfigH-plugin::main"; //$NON-NLS-1$
}