blob: 2edbedd52f6a34195788c9bc176c152edf53e846 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007 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.ptp.rm.core;
/**
* Constant definitions for plug-in preferences
*/
public interface RMPreferenceConstants {
public static final String PROXY_PATH = "PROXY_PATH"; //$NON-NLS-1$
public static final String OPTIONS = "OPTIONS"; //$NON-NLS-1$
}