EjbjarSchemas.java

00001 
00027 package org.objectweb.jonas_ejb.deployment.lib;
00028 
00029 import org.objectweb.jonas_lib.deployment.api.CommonsSchemas;
00030 
00035 public class EjbjarSchemas extends CommonsSchemas {
00036 
00040     public static final String[] EJBJAR_SCHEMAS = new String[] {
00041         "ejb-jar_2_1.xsd"
00042     };
00043 
00044 
00048     public EjbjarSchemas() {
00049         super();
00050         addSchemas(EJBJAR_SCHEMAS);
00051     }
00052 
00053 }

Generated on Tue Feb 15 15:05:47 2005 for JOnAS by  doxygen 1.3.9.1