ConnectorDTDs.java

00001 
00027 package org.objectweb.jonas_rar.deployment.lib;
00028 
00029 import org.objectweb.jonas_lib.deployment.api.CommonsDTDs;
00030 
00035 public class ConnectorDTDs extends CommonsDTDs {
00036 
00040     private static final String[] CONNECTOR_DTDS = new String[] {
00041         "connector_1_0.dtd"
00042     };
00043 
00047     private static final String[] CONNECTOR_DTDS_PUBLIC_ID = new String[] {
00048         "-//Sun Microsystems, Inc.//DTD Connector 1.0//EN"
00049     };
00050 
00051 
00052 
00056     public ConnectorDTDs() {
00057         super();
00058         addMapping(CONNECTOR_DTDS, CONNECTOR_DTDS_PUBLIC_ID);
00059     }
00060 
00061 }

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