Index: BorlandDeploymentTool.java
===================================================================
RCS file: /home/cvspublic/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/BorlandDeploymentTool.java,v
retrieving revision 1.3
diff -r1.3 BorlandDeploymentTool.java
76c76
<  * BorlandDeploymentTool is dedicated to the Borland Application Server 4.5
---
>  * BorlandDeploymentTool is dedicated to the Borland Application Server 4.5 and 4.5.1
82,83c82,83
<  * <li>debug  (boolean) : turn on the debug mode for generation of stubs and skeletons (default:false)</li>
<  * <li>verify (boolean) : turn on the verification at the end of the jar production    (default:true) </li>
---
>  * <li>debug  (boolean)    : turn on the debug mode for generation of stubs and skeletons (default:false)</li>
>  * <li>verify (boolean)    : turn on the verification at the end of the jar production    (default:true) </li>
85,87c85,86
<  * <li>ejbdtd (String)  : location of the SUN DTD </li>
<  * <li>basdtd (String)  : location of the BAS DTD </li>
<  * <li>generatelclient  (boolean) : turn on the client jar file generation </li>
---
>  * <li>basdtd (String)     : location of the BAS DTD </li>
>  * <li>generateclient (boolean) : turn on the client jar file generation </li>
108,112d106
<     public static final String PUBLICID_EJB11
<     = "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN";
<     public static final String PUBLICID_EJB20
<     = "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN";
< 
135,137d128
< 
<     /** Instance variable that stores the location of the ejb 1.1 DTD file. */
<     private String ejb11DTD;
150c141
<      * set the debug mode for java2iiop
---
>      * set the debug mode for java2iiop (default false)
157c148
<      * set the verify  mode for the produced jar
---
>      * set the verify  mode for the produced jar (default true)
180,181c171
<     
<     
---
>         
191,198d180
<     /**
<      * Setter used to store the location of the Sun's Generic EJB DTD. 
<      * This can be a file on the system or a resource on the classpath. 
<      * @param inString the string to use as the DTD location.
<      */
<     public void setEJBdtd(String inString) {
<         this.ejb11DTD = inString;
<     }
209,212d190
<     protected void registerKnownDTDs(DescriptorHandler handler) {
<         handler.registerDTD(PUBLICID_EJB11, DEFAULT_BAS45_EJB11_DTD_LOCATION);
<     }
< 
339d316
<         //File java2iiopOut = new File("java2iiop.log");
458,464d434
<     /**
<      * Called to validate that the tool parameters have been configured.
<      *
<      */
<     public void validateConfigured() throws BuildException {
<         super.validateConfigured();
<     }



