blob: d87df5bef12b9e306a1f24b6f3cbf5148069fd2c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2003, 2005 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.web.project.facet;
public interface IWebFacetInstallDataModelProperties extends IFacetInstalDataModelProperties {
public static final String EAR_PROJECT_NAME = "IWebFacetInstallDataModelProperties.EAR_PROJECT_NAME";
public static final String CONTEXT_ROOT = "IWebFacetInstallDataModelProperties.CONTEXT_ROOT";
public static final String CONTENT_DIR ="IWebFacetInstallDataModelProperties.CONTENT_DIR";
public static final String CREATE_WEB_INF_SRC = "IWebFacetInstallDataModelProperties.CREATE_WEB_INF_SRC";
}