blob: abd828200ad01f28d0fb55d17f9b02a0e8bb874a [file] [log] [blame]
/*
* Created on Jan 25, 2005
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package org.eclipse.wst.common.modulecore;
public interface IModuleConstants {
public static String DEPLOYABLE_MODULE_BUILDER_ID = "org.eclipse.wst.common.emfworkbench.integration.DeployableModuleBuilder"; //$NON-NLS-1$
public final static String WTPMODULE_FILE_NAME = "wtpModule"; //$NON-NLS-1$
public final static String MODULE_PLUG_IN_ID = "org.eclipse.wst.common.emfworkbench.integration"; //$NON-NLS-1$
public final static String MODULE_NATURE_ID = "org.eclipse.wst.common.emfworkbench.integration.ModuleCoreNature"; //$NON-NLS-1$
//moduleTypes
public final static String JST_WEB_MODULE = "jst.web";
public final static String WST_WEB_MODULE = "wst.web";
}