blob: e18c8cd968c2f578492dac6725074eeb43d88ff0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 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
*
*/
public class RemoteEnvironmentPropertyPage extends Page_Environment implements
IWorkbenchPropertyPage {
/**
*
*/
public RemoteEnvironmentPropertyPage() {
// TODO Auto-generated constructor stub
}
}