blob: a5249bb3f9dda0005034fb339b3eb646cea6b4df [file] [log] [blame]
package org.eclipse.jst.jee.ui.project.facet;
/***************************************************************************************************
/***************************************************************************************************
* 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
**************************************************************************************************/
/**
* @deprecated - For consistency with other FacetInstallPage classes this class should be removed. Please use {@link org.eclipse.jst.j2ee.ui.project.facet.EarFacetInstallPage}
*/
public class EarJavaEEFacetInstallPage extends
org.eclipse.jst.j2ee.ui.project.facet.EarFacetInstallPage {
public EarJavaEEFacetInstallPage() {
super();
}
}