blob: fc06b851fe80ad4cfd7b8bc7586b021e1a481af9 [file] [log] [blame]
/**
* Copyright (c) 2006 IBM Corporation.
* 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.ptp.remotetools.preferences.ui;
import org.eclipse.ptp.remotetools.preferences.messages.Messages;
/**
*
* @author Ricardo M. Matinata
* @since 1.0
*/
public class TargetEnvironmentPreferencePage extends AbstractBasicPreferencePage {
public TargetEnvironmentPreferencePage() {
super();
setDescription(Messages.TargetEnvironmentPreferencePage_0);
}
}