blob: 2862f555d8913d963ed1283af601e397ba128030 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005, 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.jst.j2ee.internal.ejb.project.operations;
/**
* This interface is being made public. Please use org.eclipse.jst.j2ee.ejb.project.operations.IEjbFacetInstallDataModelProperties
*
* @deprecated
* @see org.eclipse.jst.j2ee.ejb.project.operations.IEjbFacetInstallDataModelProperties
*/
public interface IEjbFacetInstallDataModelProperties
extends org.eclipse.jst.j2ee.ejb.project.operations.IEjbFacetInstallDataModelProperties {
}