blob: 741591e9fd575ed4ad24b8dcd5e97b8dcb7fc8c4 [file] [log] [blame]
//------------------------------------------------------------------------------
// Copyright (c) 2005, 2006 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 implementation
//------------------------------------------------------------------------------
package org.eclipse.epf.authoring.ui.preferences;
import org.eclipse.epf.library.edit.util.LibraryEditConstants;
import org.eclipse.epf.library.prefs.PreferenceConstants;
/**
*
* Preference constants for application
*
* @author Phong Nguyen Le
* @author Shilpa Toraskar
* @author Jinhua Xi
* @since 1.0
*
*/
public class ApplicationPreferenceConstants implements PreferenceConstants {
public static final String PREF_ENABLE_PROCESS_CONTRIBUTION = LibraryEditConstants.PREF_ENABLE_PROCESS_CONTRIBUTION;
public static final String PREF_ENABLE_HEALTH_CHECK = LibraryEditConstants.PREF_ENABLE_HEALTH_CHECK;
public static final String PREF_INHERIT_SUPPRESSION_STATE = LibraryEditConstants.PREF_INHERIT_SUPPRESSION_STATE;
}