Browse Source

Missing merge from 1.5 branch :-(

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274290 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 22 years ago
parent
commit
7d1a567e21
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs/manual/OptionalTasks/ejb.html

+ 2
- 1
docs/manual/OptionalTasks/ejb.html View File

@@ -1258,7 +1258,7 @@ sun jdk.
<p>
For the websphere element to work, you have to provide a complete classpath, that contains all
classes, that are required to reflect the bean classes. For ejbdeploy to work, you must also provide
the classpath of the ejbdeploy tool (look at the examples below).
the classpath of the ejbdeploy tool and set the <i>websphere.home</i> property (look at the examples below).
</p>

<table border="1" cellpadding="2" cellspacing="0">
@@ -1344,6 +1344,7 @@ the classpath of the ejbdeploy tool (look at the examples below).
in the descriptor dir:</p>

<pre>
&lt;property name=&quot;webpshere.home&quot; value=&quot;${was4.home}&quot;/&gt;
&lt;ejbjar srcdir="${build.class}" descriptordir="etc/ejb"&gt;
&lt;include name="*-ejb-jar.xml"/&gt;
&lt;websphere dbvendor="DB2UDBOS390_V6"


Loading…
Cancel
Save