blob: d0a134f1d20b729425ce761405b2089e3180b966 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*
*******************************************************************************/
package org.eclipse.wst.css.ui.internal.templates;
public class TemplateContextTypeIdsCSS {
public static final String ALL = "css_all"; //$NON-NLS-1$
public static final String NEW = "css_new"; //$NON-NLS-1$
}