Browse Source

more merges from 1.5 branch

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

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

@@ -657,7 +657,7 @@ classes and super interfaces of the bean classes. For this technique to work the
classes had to be loaded into Ant's JVM. This was not always possible due to class dependencies. classes had to be loaded into Ant's JVM. This was not always possible due to class dependencies.
</p> </p>


<p>The ejbjar task in Ant 1.5 uses the
<p>The ejbjar task in Ant releases 1.5 and later uses the
<a href="http://jakarta.apache.org/bcel"> jakarta-BCEL </a> library <a href="http://jakarta.apache.org/bcel"> jakarta-BCEL </a> library
to analyze the bean's class to analyze the bean's class
files directly, rather than loading them into the JVM. This also allows ejbjar to add all files directly, rather than loading them into the JVM. This also allows ejbjar to add all
@@ -1640,7 +1640,6 @@ documentation for more details.</p>
<tr> <tr>
<td valign="Top">verbose</td> <td valign="Top">verbose</td>
<td valign="Top">Indicates whether or not to use -verbose switch. If <td valign="Top">Indicates whether or not to use -verbose switch. If

omitted, it defaults to <code>false</code>.</td> omitted, it defaults to <code>false</code>.</td>
<td align="Center" valign="Top">No</td> <td align="Center" valign="Top">No</td>
</tr> </tr>


Loading…
Cancel
Save