blob: f0f6c7a672724efa9220851b4e49fb7c751e3e8a [file] [log] [blame]
package org.eclipse.jst.jee;
/**
* These constants are used with the XMLResource
*/
public interface JEEVersionConstants {
public int JEE_5_0_ID = 50;
public int EJB_3_0_ID = 30;
public int SERVLET_2_5 = 25;
public int VERSION_3_0 = 30;
public int VERSION_5_0 = 50;
public int WEB_2_5_ID = 25;
public String VERSION_2_5_TEXT = "2.5"; //$NON-NLS-1$
public String VERSION_3_0_TEXT = "3.0"; //$NON-NLS-1$
public String VERSION_5_0_TEXT = "5.0"; //$NON-NLS-1$
public int J2EE_5_0_ID = 50;
}