blob: 6d7fa9c590d22be909e3816f3a5475c3e6822f8d [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 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* 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$
}