AppClientSchemas.java

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

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