1 26 27 package org.objectweb.jonas_web.deployment.lib; 28 29 import org.objectweb.jonas_lib.deployment.api.CommonsSchemas; 30 31 35 public class WebAppSchemas extends CommonsSchemas { 36 37 40 public static final String [] WEBAPP_SCHEMAS = new String [] { 41 "web-app_2_4.xsd", 42 "jsp_2_0.xsd" 43 }; 44 45 46 49 public WebAppSchemas() { 50 super(); 51 addSchemas(WEBAPP_SCHEMAS); 52 } 53 54 } 55 | Popular Tags |