blob: 4dc65ce93c5dfd6d7e2f57f62e4090acfb3a8f96 [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 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";
}