blob: 1d2091d722b8826f4c07a37cb47800acc61c1065 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005, 2006 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.archiveoperations;
public interface IEjbClientProjectRemovalDataModelProperties{
public static final String EJB_PROJECT = "IEjbClientProjectRemovalDataModelProperties.EJB_PROJECT"; //$NON-NLS-1$
public static final String EJB_CLIENT_VIEW_PROJECT = "IEjbClientProjectRemovalDataModelProperties.EJB_CLIENT_VIEW_PROJECT"; //$NON-NLS-1$
public static final String OP_HANDLER = "IEjbClientProjectRemovalDataModelProperties.OP_HANDLER"; //$NON-NLS-1$
}