blob: ff32019ccfbbb98e549671e4f7ae9df4bb9a9f8a [file] [log] [blame]
package org.eclipse.ptp.rdt.sync.ui.properties;
/*******************************************************************************
* Copyright (c) 2009, 2010 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 - Initial API and implementation
*******************************************************************************/
import org.eclipse.cdt.managedbuilder.ui.properties.Page_Environment;
import org.eclipse.ui.IWorkbenchPropertyPage;
/**
* @author crecoskie
* @since 2.0
*
*/
public class RemoteEnvironmentPropertyPage extends Page_Environment implements IWorkbenchPropertyPage {
/**
*
*/
public RemoteEnvironmentPropertyPage() {
// TODO Auto-generated constructor stub
}
}