blob: 99d5d63d42d8870f8650a60906dbc72d400ce770 [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"; //$NON-NLS-1$
public final static String WST_WEB_MODULE = "wst.web"; //$NON-NLS-1$
public final static String UTILITY_MODULE = "jst.utility"; //$NON-NLS-1$
}