From 5bc34045a98424c41c5ec0314114e37c05a1f194 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 25 Oct 2002 08:00:20 +0000 Subject: [PATCH] more merges from 1.5 branch git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273470 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/ejb.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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