diff --git a/docs/manual/OptionalTasks/ejb.html b/docs/manual/OptionalTasks/ejb.html index fbb209dac..81db141be 100644 --- a/docs/manual/OptionalTasks/ejb.html +++ b/docs/manual/OptionalTasks/ejb.html @@ -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.

-

The ejbjar task in Ant 1.5 uses the +

The ejbjar task in Ant releases 1.5 and later uses the jakarta-BCEL library to analyze the bean's class files directly, rather than loading them into the JVM. This also allows ejbjar to add all @@ -1640,7 +1640,6 @@ documentation for more details.

verbose Indicates whether or not to use -verbose switch. If - omitted, it defaults to false. No