blob: 5c7e6c7cea8d497482a6aaa436487b3ff9aa5522 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2008 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.pde.internal.ua.core.icheatsheet;
public interface ICSConstants {
// Attribute Values
// TODO: MP: TEO: LOW: Delete all contstants once migration is complete
public static final String ATTRIBUTE_VALUE_ENCODING = "UTF-8"; //$NON-NLS-1$
public static final String ATTRIBUTE_VALUE_TRUE = "true"; //$NON-NLS-1$
public static final String ATTRIBUTE_VALUE_FALSE = "false"; //$NON-NLS-1$
}