blob: 907e84baf671331ea0ff975f639f0aa44c8a7a5b [file] [log] [blame]
package org.eclipse.wst.common.modulecore.util;
public interface WTPModulesXmlMapperI {
String PROJECT_MODULES = "project-modules";//$NON-NLS-1$
String WBAPP = "wbapp";//$NON-NLS-1$
String WBMODULE = "wbmodule";//$NON-NLS-1$
String HANDLE = "handle";//$NON-NLS-1$
String MODULE_TYPE = "module-type";//$NON-NLS-1$
String ROOT = "root";//$NON-NLS-1$
String META_RESOURCES = "meta-resources";//$NON-NLS-1$
String URI = "uri";//$NON-NLS-1$
String WBRESOURCE = "wbResource"; //$NON-NLS-1$
String SOURCE_PATH = "source-path"; //$NON-NLS-1$
String DEPLOY_PATH = "deploy-path"; //$NON-NLS-1$
String EXCLUSIONS = "exclusions";//$NON-NLS-1$
String DEPLOYABLE_APP = "deployable-app"; //$NON-NLS-1$
String WBAPPLICATION = "wbapplication"; //$NON-NLS-1$
String DEPLOY_SCHEME = "deploy-scheme"; //$NON-NLS-1$
String SERVER_TARGET = "server-target"; //$NON-NLS-1$
}