--- BorlandEjbTask.html.orig	Wed May 29 12:59:03 2002
+++ BorlandEJBTasks.html	Wed May 29 15:10:40 2002
@@ -8,10 +8,13 @@
 <body>
 
 <h2><a name="log">BorlandDeploy</a>Tool</h2>
+<p>by Benoit Moussaud (<a href="mailto:benoit.moussaud@criltelecom.com">benoit.moussaud@criltelecom.com</a>)</p>
+
+
 <h3>Description</h3>
 <p>The BorlandDeployTool is a vendor specific nested element for the Ejbjar optional task.</p>
-<p>BorlandDeploymentTool is dedicated to the Borland Application Server 4.5. It 
-  generates and compiles the stubs and skeletons for all ejb described into the 
+<p>BorlandDeploymentTool is dedicated to the Borland Application Server 4.5.x and Borland 
+  Enterprise Server 5.x. It  generates and compiles the stubs and skeletons for all ejb described into the 
   Deployment Descriptor, builds the jar file including the support files and 
   verify whether the produced jar is valid or not.</p>
 <h3>Borland element</h3>
@@ -72,13 +75,23 @@
       ejbjar (default = false)</td>
     <td align="center" valign="middle" width="62">no</td>
   </tr>
+  <tr>
+    <td valign="top" width="63">version</td>
+    <td valign="top" width="915">set the Borland Application Version.
+            <ul>
+              <li>4 means B.A.S (Borland Application Server) 4.x, target will add ejb-inprise.xml file</li>
+              <li>5 means B.E.S (Borland Application Server) 5.x, target will add ejb-borland.xml file</li>
+            </ul>
+          </td>
+    <td align="center" valign="middle" width="62">yes</td>
+  </tr>
 </table>
 
 <h3>Examples</h3>
 <p>The following build.xml snippet is an example of how to use Borland element 
   into the ejbjar task</p>
 <pre>    &lt;ejbjar srcdir=&quot;${build.classes}&quot;  basejarname=&quot;vsmp&quot;  descriptordir=&quot;${rsc.dir}/hrmanager&quot;&gt;
-        &lt;borland destdir=&quot;lib&quot; verify=&quot;on&quot; generateclient=&quot;on&quot;&gt;
+        &lt;borland destdir=&quot;lib&quot; verify=&quot;on&quot; generateclient=&quot;on&quot; version=&quot;5&quot;&gt;
           &lt;classpath refid=&quot;classpath&quot; /&gt;
         &lt;/borland&gt;      
         &lt;include name=&quot;**\ejb-jar.xml&quot;/&gt;
