blob: c6cae50d3e49d48daad176b4eee3a8ec92434f2c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 Chase Technology Ltd - http://www.chasetechnology.co.uk
* 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:
* Doug Satchwell (Chase Technology Ltd) - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.xsl.ui.internal;
public class XSLUIConstants
{
public static final String TEMPLATE_CONTEXT_XSL_NEW = "xsl_new"; //$NON-NLS-1$
public static final String NEW_FILE_TEMPLATE_NAME = "NEW_FILE_TEMPLATE_NAME"; //$NON-NLS-1$
}