/******************************************************************************* * Copyright (c) 2009, 2016 Red Hat Inc. 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: * Alexander Kurtakov - initial API and implementation *******************************************************************************/ package org.eclipse.linuxtools.internal.man.preferences; /** * Constant definitions for plug-in preferences */ public class PreferenceConstants { /** * Path preference constant. */ public static final String P_PATH = "pathPreference"; //$NON-NLS-1$ public static final String P_PATH_DEFAULT = "/usr/bin/man"; //$NON-NLS-1$ }